You might not need Javascript classes
With so many programmers coming from a background of writing code in languages like Java or C# it's not hard to understand why a lot of Javascript code bases use classes. People are simply used to them.
Consider the following class.
class OrderServic...
durre.se3 min read