miniblog.
← Back to all posts
Wilfred Hughes
Mar 9, 2016 at 23:58
JavaScript classes have landed in Firefox 45!
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes#Browser_compatibility
Classes - JavaScript | MDN
Classes are a template for creating objects. They encapsulate data with code to work on that data. Classes in JS are built on prototypes but also have some syntax and semantics that are unique to classes.