Huh! While we can divide by "12", trying to perform arithmetic with a non-numeric string like "Robin" will result in NaN.
"12"
"Robin"
NaN
Psst: even though NaN stands for not a number, its type is number.
Gotta get the syntax correct first, right?