I want to learn javascript and I am an absolute beginner. Which is the best book to start off with ? Which do I have to read first :
"DOM Scripting: Web Design with JavaScript and the Document Object Model"by Jeremy Keith
or
Learning Javascript by Shelly Powers?
Javascript for Beginner
1–7 of 7 posts
Re: Javascript for Beginner
#2w3 schools is good.
Re: Javascript for Beginner
#3I don't think you can jump into DOM Scripting (building page structures) without a proper knowledge of the language. At least if you're not comfortable with programming already.
Re: Javascript for Beginner
#4I don't think you can jump into DOM Scripting (building page structures) without a proper knowledge of the language. At least if you're not comfortable with programming already.
I heard some say that I need to know DOM if I want to write Js !
so do I start with Learning Js by SHelly Powers or Java script the good parts by Douglas Crockford ?
Re: Javascript for Beginner
#5w3 schools is good.
I agree. W3 should get you started on the right track. Learning code in books has never worked for me. Learning online is the way to go because you can test everything on your own and go through their tutorials along the way.
Re: Javascript for Beginner
#6w3 schools is good.
You might want to check out http://w3fools.com/ before recommending that in the future. They list some great alternative resources.
Re: Javascript for Beginner
#7bump