What will the following code log?
console.log(a); var a = 10;
10
undefined
Error
null
This question is part of this quiz :