Comparing Classes: C# 6, ES6/ES2015 JavaScript, and TypeScript
Classes are a useful construct typically associated with object-oriented programming. In C# classes are a first-class construct of the language. Classes were introduced a bit later for JavaScript....