Null as empty value Post author By Amer Sikira Post date October 2, 2021 let age = null; /** * This means that there is variable called age in our memory, * but it is empty * */ ← Object is derived from null → undefined variable