JavaScript Under the Hood #1: Classes Understanding how classes work in JavaScript
If you’re a programmer coming to JavaScript from other languages, you may have heard that JavaScript has "fake" classes. In this article, we’ll explore how …