What is the result of running the following code in strict mode?
x = 10; console.log(x);
10
Error: x is not defined
undefined
NaN
This question is part of this quiz :