1 < 1
false
42 <= 42
true
4711 >= "4711"
true
NaN == NaN
false
isNaN(NaN)
true
+ " 42 "
42
+ null
0
+ undefined
NaN
The console allows you to interact with the course material and examples. Use the following keys:
A special logging function is also available: