diff --git a/js-types-n-oop.js b/js-types-n-oop.js index 5b1c775..394d18b 100755 --- a/js-types-n-oop.js +++ b/js-types-n-oop.js @@ -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