Learning JavaScript Classes

Note: This post is work-in-progress learning-note and still in active development and updated regularly. JavaScript is a Object Oriented language. Unlike other language (eg. C++, Java, Python etc) JS is not class-based nevertheless  Objects in JavaScript are considered everything. In ES2015 (ES6), a prototype-based class keyword was introduced. In this learning note we will deep […]