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.
- What
is another name for a JavaScript program?
- What
was JavaScript originally designed for?
- What
are four differences between Java and JavaScript?
- What
are three uses for JavaScript?
- What
are two potential problems with JavaScript?
- What are
three missing features in JavaScript?
- If
JavaScript and Java are so different, why are they named similarly?
- What
is the command to display text in JavaScript?
- Define
the following:
Ø Statement
Ø Function
Ø Variable
Ø Expression
- How
would you insert a comment in JavaScript?
- How
would you insert a comment in HTML?