Live data from Hacker News

Javascript for Beginner

news.ycombinator.com

1–7 of 7 posts

Javascript for Beginner

#1
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?

Re: Javascript for Beginner

#3
I 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

#4
post #3

I 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 ?