Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-07-18 19:05:28 +03:00
parent d1265bd53f
commit 25fd20ba00

View File

@ -188,7 +188,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