Sunday, January 12, 2014

Blog 33

Blog 33

If the code
name = prompt ('What is your name?')
is used, which code checks to see the user did not click cancel?

if (name == null)

if (name == ' ')

if (name != null)

if (name != ' ' )

5 comments: