Pssst! Read these Hints!

Some JavaScript Errors
- Missing start or end quotes
- Mismatched start and end quotes
- Missing statement terminator (;)
- Missing () after function name
- Missing start or end paren: ( or )
Simple proofreading will find these syntax errors.
|