Hacker News new | ask | show | jobs
by watwut 3204 days ago
It is odd attitude. Css is harder then javascript. I mean, javascript is quite easy to learn, that is its biggest advantage.
2 comments

Only true as of language. If you're doing websites you get to learn idiosyncrasies of browsers, DOM manipulation, asynchronous design, performance considerations, etc. That on top of how HTML and CSS is laid out and converted to DOM. Which is as hard if not harder.

Of course it is easy to produce toy projects.

Javascript is not easy to learn. Many language quirks, and doing anything fancy with asynchronous code will require an understanding of closures, functional programming, and perhaps promises.