mirror of
https://github.com/flynx/Course-JavaScript.git
synced 2025-10-29 02:50:09 +00:00
note...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c0451ad924
commit
cded540a3b
@ -131,6 +131,12 @@
|
||||
typeof('meaning of life') // -> 'string'
|
||||
|
||||
|
||||
// Note that this has a small "inconsistency" that can be used to check
|
||||
// if a variable is defined.
|
||||
|
||||
typeof(unknown_variable) // -> 'undefined'
|
||||
|
||||
|
||||
|
||||
// Objects
|
||||
// -------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user