Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A Beginners' Guide to Learning JavaScript? [closed]

Tags:

There's a few mentions of Javascript newbies getting starting by checking out some of Douglas Crockford's work (https://stackoverflow.com/questions/11246/best-resources-to-learn-javascript), but none of his resources seem to be for those looking to learn from the ground up.

Are there any suggestions for complete beginners regarding how best to learn JavaScript?

Personally I have plenty of HTML and CSS experience, and some PHP (which would help learning JS), but for those that don't know any programming language what would you recommend?

like image 513
CloseDiamond Avatar asked Jun 03 '10 22:06

CloseDiamond


People also ask

Can I learn JavaScript as a beginner?

It's also one of the most intuitive programming languages to learn and use; often, it's one of the first that newbie developers learn when they start to code. “JavaScript is very easy to implement,” writes one tech journalist for Web Platform.

What should I learn in JavaScript as a beginner?

Prerequisites. Before starting this module, you don't need any previous JavaScript knowledge, but you should have some familiarity with HTML and CSS. You are advised to work through the following modules before starting on JavaScript: Getting started with the Web (which includes a really basic JavaScript introduction).

Can I learn JavaScript in 2 days?

Seriously, two days is about enough to get a feel for the basics. It's nowhere near enough time to get to "professional" level (whatever that means exactly). The more experience you have with other languages, the easier it will be, though.


1 Answers

I would recommend:

  • Eloquent JavaScript (interactive tutorial)
  • A re-introduction to JavaScript
  • Mozilla JavaScript Guide
  • Javascript Tutorial for beginners
like image 200
Christian C. Salvadó Avatar answered Oct 18 '22 19:10

Christian C. Salvadó