Js Object Oriented

typeof (new (class F extends (String, Array) { })).substring.
How is it undefined. Please explain.

Why are you using .substring? typeof (new (class F extends (String, Array) { })) will return object which is correct.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.