DEV Community

Discussion on: Creating objects using the "class" keyword

Collapse
 
somedood profile image
Basti Ortiz

I wish you luck in your JavaScript journey! It will be one hell of a ride for sure.

When you're done with your bootcamp, I highly recommend that you learn what works under the hood when you use classes in JavaScript. I specifically mean Constructor Functions and the Prototype Chain. These are not essential topics to learn in JavaScript nowadays since we have "classes", but it never hurts to learn more about the language, right? So yeah, learn these concepts when you have time after your bootcamp.

Keep up the learning, my friend! Never give up.