Hi all!
So I’m about 8 weeks into studying Javascript, and I am currently reading Javascript, The Definitive Guide which honestly is an exhaustive documentation of everything Javascript has to offer, which is great but I’m having trouble retaining it all.
I recently got to the Chapter on Javascript classes (Chapter 9) and am struggling to understand the differences between Prototypes and Classes. I am somewhat grasping the concept, but I thought some of the crew here at FCC might be able to help me understand the differences more succinctly.
So far I have only come across references to Prototypes and Prototype based inheritance, so this somewhat similar concept of Classes is eluding me at the moment, and any clarification on the topic of Classes and its uses when it comes to programming would be greatly appreciated.
Thanks in advance, the crew here has been extremely helpful thus far in my slow but steady journey towards learning Javascript.