Object Oriented JavaScript Tutorial #4 - Classes

Hey gang, in this Object Oriented JavaScript tutorial, we’ll take a look at classes and why we’d use them. JavaScript classes can be used to easily create objects of a specific type/class. Although classes don’t technically exist in JS, the class keyword emulates the idea of having classes. 🐱‍💻 Course Links: - VS Code editor - - GitHub repository (course files) - - JavaScript for Beginners - 🤑 Donate @ 🎓Find me on Udemy @ 👾 Video thumbnail artwork by PixelSwish @
Back to Top