Static methods in JavaScript
Originally posted here!
Static methods are those methods which are directly attached to a class or a constructor function rather than being a method on an object.
Static methods are common to every object since they are attached directly to a class ...
melvingeorge-me.hashnode.dev4 min read