From 25fd20ba0011f3d8f21ff7090fa95ece5b08cae8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 18 Jul 2023 19:05:28 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- js-types-n-oop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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