BCP JavaScript Worksheet

 

Start a new Word document. Number 1-11.

Answer the following 11 questions using the JavaScript: The Definitive Guide link.

Save your document as FirstNameLastName6thWorksheet.

Upload your document to the TO BE GRADED folder on the remote server.

 

  1. What is another name for a JavaScript program?
  2. What was JavaScript originally designed for?
  3. What are four differences between Java and JavaScript?
  4. What are three uses for JavaScript?
  5. What are two potential problems with JavaScript?
  6. What are three missing features in JavaScript?
  7. If JavaScript and Java are so different, why are they named similarly?
  8. What is the command to display text in JavaScript?
  9. Define the following:

Ø      Statement

Ø      Function

Ø      Variable

Ø      Expression

  1. How would you insert a comment in JavaScript?
  2. How would you insert a comment in HTML?