A

Admin • 833K Points
Coach

Q. Which of the following is NOT a valid JavaScript class feature?

  • (A) private class variables using #
  • (B) static methods
  • (C) public class properties
  • (D) constructors overloading
  • Correct Answer - Option(D)
  • Views: 32
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

JavaScript does not support function overloading, including constructors.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.