tags:

views:

83

answers:

5

Possible Duplicate:
What’s the best Javascript tutorial?

Good Javascript material for beginners with tutorials Please?

+3  A: 

I'd recommend this tutorial: http://eloquentjavascript.net/

meder
Thanks for Your stuff
Siva
+1  A: 

DOM Scripting by Jeremy keith : http://domscripting.com/book/

A great introduction to using Javascript to manipulate HTML.

edeverett
+1  A: 

I used a book through University that was a massive help. Online tutorials can be copied and pasted (not so good for learning), so I always prefer books where you are forced to do the code yourself.

Javascript: The Definitive Guide

Liam Spencer
It's great book, but I'd think it's a bit heavy for beginners.
edeverett
Hmm, I disagree. I mean, it is very detailed, but I think it can be useful for beginners as well as a reference for the more experienced. Thus making it more value for money of course!
Liam Spencer
A: 

I'd recommend "A re-introduction to JavaScript" (Mozilla Developer Center).

It's a nice and quite complete introduction to JavaScript that covers the following topics:

  • Numbers
  • Strings
  • Other types
  • Variables
  • Operators
  • Control structures
  • Objects
  • Arrays
  • Functions
  • Custom objects
  • Inner functions
  • Closures
  • Memory leaks
Giu
A: 

For beginners as well as for future references, I think this is the best, http://www.w3schools.com/js/default.asp

Hoque
what's the reason behind down vote?
Hoque
I'm sorry, but in my opinion de w3schools js tutorial sucks. Go for the Mozilla Developer Center tutorial instead.
StudiousJoseph
Does w3School give any wrong info to the users?
Hoque