Merge branch 'master' of github.com:flynx/Course-JavaScript

This commit is contained in:
Alex A. Naanou 2023-07-20 01:26:01 +03:00
commit 36b4f1f700

View File

@ -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