TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What's the best way to learn JavaScript (in web dev context)

3 pointsby Apaneover 10 years ago
As a web developer that primarily writes ruby, css, html and a bit of JQuery. I&#x27;d like to step up my game in writing Javascript. We&#x27;re headed towards a client-side heavy world and I seem to be a bit behind with JS. It just feels archaic.<p>What are some books, guides, or tutorials that helped you become better at programming with JS and JS related libraries like JQuery, CoffeeScript etc... (in the web dev context).<p>Please share!

1 comment

hakannover 10 years ago
Watch Douglas Crockford&#x27;s video series that he made at Yahoo. Get a copy of his book and read it.<p>Make sure you understand the prototypical nature of Javascript as opposed to the class structure in other languages and how to use it effectively. Also make sure to understand scope, how &quot;this&quot; keyword relates to scope and finally callback functions.<p>That is pretty much it. JS is very powerful once you get comfortable with it. It was designed in a very short time (~2 weeks) so it has some quirks but do not let those get to you.