JavaScript: Classes
This is a LinkedIn Learning course that goes over JavaScript Classes. The course dives deep into what is a Class, the constructor, and the different types of methods that can be applied to a class. To list a few, static and extend method which can be applied to the class. Additionally, it covers where a class and the different methods can be applied to. The course solidified my understanding of JavaScript Classes which will help me in my future projects.