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