What will this code log to the console?
console.log(typeof 41.1);
float
Nothing. It resuults in a ReferenceError.
number
decimal