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???