What value is printed when the following code is executed?
let defined; console.log(defined);
undefined
null
0