The concept of “classes” in JavaScript, or any language for that matter, can be difficult to comprehend when encountered for the first time. I found a link to this JavaScript Classes Tutorial (freecodecamp.org) while perusing my twitter feed. This video serves as a sample of a good tutorial that effectively teaches you how to create and use JavaScript classes. What you will learn:
- Basics of Classes
- Getters and Setters
- Static Methods
- Inheritance and Extends
- Polymorphism
- Classes in Practice
If you’re new to programming and interested in learning JavaScript, consider this full JavaScript Basics course by Beau Carnes (freecodecamp.org).
Until Next Time – Keep Coding!
Related Articles and Resources
- FreeCodeCamp.org
- JavaScript: Understanding the weird parts – The first 3.5 hours, PURCHASE REQUIRED for full course content.
- Brackets.io is a FREE editor that makes it easy to develop and test your JavaScript code. I routinely use this editor for many of my smaller projects.
