February 2008
Beginner
416 pages
9h 53m
English
After reading this chapter, you'll be able to
Understand the basic rules of using the JavaScript programming language.
Place JavaScript correctly within a Web page.
Recognize a JavaScript statement.
Recognize a reserved word in JavaScript.
The rest of the book looks more closely at specific aspects of JavaScript and how they relate to specific tasks. However, you must walk before you can run, so before examining JavaScript in more depth, you should learn some of its lexical structure—that is, the rules of the language, also known as syntax rules.
JavaScript is case sensitive. The programmer must be aware of this fact when naming variables and using the language keywords. ...
Read now
Unlock full access