Working through variables within the data types module of the #appAcademy Javascript Fundamentals course.
I’ve learned quite a bit of js previously, so easy enough. Key points reinforced - undefined variables will return undefined
and if you try to do any math with them, it will return NaN
.
