DEV Community

Discussion on: What's the hardest part of JavaScript you've had to deal with?

Collapse
 
laurieontech profile image
Laurie

I've always maintained the hardest part of understanding JavaScript is knowing what layer of the application a given thing is part of. It all runs together with ECMAScript versions, browser support, JSX, frameworks, etc. I actually wrote a post to try and separate everything out for people.