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.
-->
Free seminars, open to the public:
- Google Pay-Per-Click (PPC) Marketing Basics September 16, 3:00 PM - 5:00 PM
- Google Pay-Per-Click (PPC) Marketing Advanced September 23, 3:00 PM - 5:00 PM
- Search Engine Part 1 - Optimization (SEO): On-Page Tactics October 20, 3:00 PM - 5:00 PM
- Blogging for Small Business October 22, 10:00 AM - 12:00 PM
- Search Engine Part 2 - Search Engine Marketing (SEM) : Off-Page Tactics October 27, 3:00 PM - 5:00 PM
- Things to Know Before Starting your Small Business Website November 24, 3:00 PM - 5:00 PM
- Email Marketing 101 - How to be Effective Without Being Spam December 01, 3:00 PM - 5:00 PM
Free seminars, open to the public:
- Google Pay-Per-Click (PPC) Marketing Basics September 16, 3:00 PM - 5:00 PM
- Google Pay-Per-Click (PPC) Marketing Advanced September 23, 3:00 PM - 5:00 PM
- Search Engine Part 1 - Optimization (SEO): On-Page Tactics October 20, 3:00 PM - 5:00 PM
- Blogging for Small Business October 22, 10:00 AM - 12:00 PM
- Search Engine Part 2 - Search Engine Marketing (SEM) : Off-Page Tactics October 27, 3:00 PM - 5:00 PM
- Things to Know Before Starting your Small Business Website November 24, 3:00 PM - 5:00 PM
- Email Marketing 101 - How to be Effective Without Being Spam December 01, 3:00 PM - 5:00 PM
DHTML - TOC - Introduction - Books -
JavaScript Programming Fundamentals - Links - [ Questions ] - Quiz -
Answers -
