From ebfcf0b57337d6144faf2090d6462561b37d6830 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 11 Jun 2023 23:27:52 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- js-types-n-oop.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js-types-n-oop.js b/js-types-n-oop.js index 5a58434..5ed177d 100755 --- a/js-types-n-oop.js +++ b/js-types-n-oop.js @@ -176,6 +176,8 @@ // XXX Reflect.construct(Function, args, newConstructor) // mainly usefull if the resulting instance has to be of a builtin // type like a function (callable) or an array... +// ...especially when overloading the constructor +// XXX should this be in advanced topics???