which variable-defining keyword allows its variables to be accessed as undefined before the line that defines it code example
Example: Create variable javascript
//Assigns the value bar to the variable foo
var foo = bar;
//Assigns the value bar to the variable foo
var foo = bar;