Hello,
I'm looking to learn Javascript.
My knowledge of it is currently very limited, so I would like to learn it properly.. from scratch.
Could anyone recommend me Javascript resources?
Hello,
I'm looking to learn Javascript.
My knowledge of it is currently very limited, so I would like to learn it properly.. from scratch.
Could anyone recommend me Javascript resources?
For : a concise, modern plan that complements what and pointed out. Good reference books and tutorials are useful, but pair them with up-to-date docs and lots of hands‑on practice—JavaScript has changed a lot since 2010.
Start in short, focused stages:
Practical resources to follow this path:
Practical workflow: code every day for short sessions; build three tiny projects (a DOM-driven todo, a fetch-based data viewer, a simple Node script); commit to GitHub and debug with breakpoints rather than relying on alerts. Hold off on jumping into a framework until core JavaScript and async patterns feel comfortable.
Caveat: avoid outdated advice (document.write, overreliance on globals). Focus on understanding why code works, not just copying examples. This approach will make later topics—React, testing, performance—much easier to learn.
Jump to Post— Airshow 425"JavaScript: The Definitive Guide" by David Flanagan, O'Reilly
"Dynamic HTML: The Definitive Reference" by Danny Goodman, O'Reilly
I have both and they are invaluable. I plan on upgrading to the latest versions …
"JavaScript: The Definitive Guide" by David Flanagan, O'Reilly
"Dynamic HTML: The Definitive Reference" by Danny Goodman, O'Reilly
I have both and they are invaluable. I plan on upgrading to the latest versions when funds permit.
Online w3Schools is pretty good but certainly not the only one.
Read everything you can by Douglas Crockford.
Airshow
Thanks Airshow!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.