JavaScript | JavaScript OOP | Question 8

Last Updated :
Discuss
Comments

What are static methods in JavaScript classes?

Methods only accessible to instances of the class

Methods accessible only on the class itself

Methods that are inherited by subclasses

Methods that override the constructor

Share your thoughts in the comments