Create a script that asks the user for a name, then greets the user with
"Hello" and the user name on the page.
A solution not necessarily the only one.
Create a script that collects numbers from a page and then adds them up
and prints them to a blank field on the page.
A solution not necessarily the only one.
Create a script that prompts the user for a number and then counts from 1
to that number displaying only the odd numbers.
A solution not necessarily the only one.