In your opinion. I am about to finish a beginner's book and want to jump into ADVANCED concepts right away. Also, what is the latest version of JavaScript, I am wondering why most books don't tell you what JavaScript it is teaching you.
I think the reason that most books dont specify a version is because they are just teaching the general javascript. meaning they are teaching the javascript that will work on all js enabled browsers. remember, very few objects and methods in javascript are js version specific. however, dont get that mixed up with that many of the methods and objects are browser version specific. Robert Carpenter
questions? comments? thanks? email me!
eclipse_web@hotmail.com
Icq: 124408594
Don't jump into a book -- jump into a project. All most books are really teching is a programming language's syntax (the other books are reference manuals for advanced features -- I suggest SAMS Pure Javascript for a good reference type book).
Programs themselves are entirely different beasts. Just pick a reasonably complex project -- say creating an Explorer-type menu tree to act as a site map -- and try to write it. That will teach you far more about programming than any advanced javascript book ever will.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.