DEV Community

Discussion on: What are your biggest struggles in learning JavaScript?

Collapse
 
heroofcanton profile image
Ryan Welling

Where to begin. I come from a strongly typed, compiled background, and JS seems like a hodge podge of a dozen different languages. Every new ES version released seems like the try to pivot and make the core language more like something else. It's confusing to me when JS wants to be object oriented, and then doesn't. The whole idea of a DOM really confuses me, and don't get me started on 'this'.