diff --git a/js-types-n-oop.js b/js-types-n-oop.js index 8acd68b..a1cc48c 100755 --- a/js-types-n-oop.js +++ b/js-types-n-oop.js @@ -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