From 8370ea5372bf78a364b039edf2a6af6b02a151fc Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 14 Aug 2023 11:06:30 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- js-types-n-oop.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/js-types-n-oop.js b/js-types-n-oop.js index 598541a..8c76176 100755 --- a/js-types-n-oop.js +++ b/js-types-n-oop.js @@ -371,6 +371,8 @@ // XXX +// XXX should this be in advanced topics??? + // Mixing multiple builtin types // @@ -382,18 +384,6 @@ // a function at the same time. // - - - - - -// 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??? - - // Classes and JavaScript //