Call static methods from regular ES6 class methods
What’s the standard way to call static methods? I can think of using constructor or using the name of the class itself, I … Read more
What’s the standard way to call static methods? I can think of using constructor or using the name of the class itself, I … Read more