mirror of
https://github.com/flynx/Course-JavaScript.git
synced 2025-11-04 14:00:10 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d1265bd53f
commit
25fd20ba00
@ -188,7 +188,7 @@
|
|||||||
|
|
||||||
[42] instanceof Array // -> true
|
[42] instanceof Array // -> true
|
||||||
|
|
||||||
// but since all objects are objects the test can get quite generic (XXX)
|
// but since all objects are objects the test can get quite generic
|
||||||
|
|
||||||
[42] instanceof Object // -> true
|
[42] instanceof Object // -> true
|
||||||
{} instanceof Object // -> true
|
{} instanceof Object // -> true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user