Your question goes here...What is undefined
The undefined property indicates that a variable has not been assigned a value, or not declared at all.
let name; console.log(name); // undefined