ES6 (1)

In ES6 classes, static methods are defined on the class itself rather than on instances of the class. You can call a static method directly on the class without needing…