Tag: Classes
All you should know about classes
Classes were introduced in JavaScript ECMA2015. Unlike the classes in Object-Oriented Mode, JavaScript classes are just special type of functions. But instead of using the “function” keyowrd we use the “class”. It was introducted in JavaScript to make the syntax look like other...