Tutorial 1 : A simple alert
A simple alert
Tutorial 2 : A simple alert with variables
A simple alert with variables
Tutorial 3 : Prompt the user and show the reply length
Prompt the user and show the reply length
Tutorial 4 : Perform a boolean test (is it true?)
Determine if a variable length is greater than 4
Tutorial 5 : Show difference between assignment ('=') and comparison ('==') operations
Assignment ('=') and comparison ('==') operations
Tutorial 6 : Demonstrate if/then/else construct
If/Then/Else construct
Tutorial 7 : Demonstrate while() loop w/ name prompt
while() loop w/ name prompt
Tutorial 8 : Demonstrate guessing for a number
Guess a number!