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
This question is part of this quiz :
OOP in JavaScript