DHTML
JavaScript Programming Fundamentals
Review Questions
- Why is it a good idea to comment your code?
- What do methods do?
- What is an event handler?
- How does JavaScript separate things liks objects, properties and methods?
- What does the
alert()method do? - How can you tell the browser to ignore a character in JavaScript?
- What is the difference between declaring a variable and assigning it a value?
- What can variables contain?
- How can you turn an existing variable into a string?
- What does the JavaScript
prompt()method allow you to do? - What does
indexOf()do? - What does
substring()do? - How can you increment a variable by one?
- What do comparison operators do?
- What part of an expression will JavaScript give precedence to?
- When will the part of the conditional inside the curly braces be run?
- What does the
parseInt()global function do? - What do the built in parameters of the
forloop do? - What is the
confirm()method used for? - How are functions useful when programming JavaScript?
- What are function parameters?
- What is a local variable?
- What is an array?
- How can arrays be used with
forloops? - What are built in arrays?
To help you determine if you are on the right track, the answers to the Review and Bonus questions have been provided. Do all the work on the questions page before you take a look at the answers.
Coming Soon:
- Feb 13
- ISSD 24 - XML
- Feb 21
- ISSD 23 - Web 2.0 Technology
- Feb 23
-
Facebook for Business
Hours: 2
Cost: Free!
- Feb 25
-
Search Engine Optimization (SEO)
Hours: 2
Cost: Free!
- Feb 25
-
Search Engine Marketing (SEM)
Hours: 2
Cost: Free!
- Mar 05
- ISSD 23 - Ajax
DHTML - TOC - Introduction - Books -
JavaScript Programming Fundamentals - Links - [ Questions ] -
Answers -
