You are on page 1of 1

Some cool Javascript uses

alert("Hi")
- Makes a message box saying hi

prompt("Hi what is your name?")


- Makes a message box asking "What is your name?" with an answer box.

You might also like