In this chapter you will learn about the peculiarities of the JavaScript language. These are the details for writing a script that will help you avoid errors while you are creating your own scripts and learning the basics of the JavaScript programming language.


Objectives

  1. Placing JavaScript in an HTML page
  2. Case-sensitivity
  3. Semicolons
  4. Whitespace
  5. Brackets
  6. Comments
  7. Variable and Function Names
  8. Reserved Words