What will the variable type of score be after this line of code executes?

let score;
none, there will be an error message
undefined
null
0

undefined