Quote:
Originally Posted by Modify_inc
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.