mirror of
https://github.com/flynx/Course-JavaScript.git
synced 2025-10-29 02:50:09 +00:00
Merge branch 'master' of github.com:flynx/Course-JavaScript
This commit is contained in:
commit
36b4f1f700
@ -191,7 +191,7 @@
|
||||
|
||||
[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
|
||||
{} instanceof Object // -> true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user