View Single Post
Old 01-12-2013, 10:44 PM   PM User | #9
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,465
Thanks: 0
Thanked 499 Times in 491 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Quote:
Originally Posted by Modify_inc View Post
Is Start not required anymore, as the book states to use it? Does undefined mean the command is not recognized anymore?

To display and input text, the following commands are mentioned:

Display "Enter the # of customers for the first hour: "
Input count1
There are no such JavaScript commands as Start, Declare, Display or Input - the debugger is correct in saying that it found no JavaScript in your page because none of that text is JavaScript.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote