Why am I getting compile error in JavaScript when extending a class with a default constructor?
I’m trying to create a subclass in JavaScript and am encountering an error related to the use of this in the subclass constructor. Here’s the code I’m working with: