If you attempt to use a variable that does not exist and has not been declared, javascript will throw an error. var name is not defined, and the script will sto
var name is not defined