1 + 2 * 3
7
1.0E308 * 10
Infinity
1E309 * 1E-308 * -1
-Infinity
Number.MAX_VALUE
1.7976931348623157e+308
5 / 3
1.6666666666666667
5 % 3
2
- (1 + 1)
-2
Math.round(1.5)
2
isFinite(NaN) || isFinite(Infinity)
false
The console allows you to interact with the course material and examples. Use the following keys:
A special logging function is also available: