🔸undefined
🚧 under construction
Last updated
Was this helpful?
🚧 under construction
Last updated
Was this helpful?
Was this helpful?
JS ⟩ scope ⟩ global ⟩ global object ⟩ property ⟩ undefined
( read-only global object property )❗ automatically assigned to
undefined
is not a keyword❗
is not a ❗
is an immutable & read-only of the ❗
JS doesn't throw any errors if you declare it in the .
has no , can't call methods, has no properties.
and undefined are the only two s that do not have .❗
with a
: ✅ / initialized to (in outer )
strict mode: ⛔ ReferenceError (invisible in outer scope)❗