Skip to content

Commit ff81ad7

Browse files
committed
Fix primitives-concepts.md
1 parent f18fcb5 commit ff81ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/primitives-concepts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Number.isNaN("text"); // false
205205
59..toFixed(3); // 59.000
206206

207207
32.458.toPrecision('3'); // 32.5
208-
98.1.toPrecision(1); // 9e+1
208+
98.1.toPrecision(1); // 1e+2
209209
```
210210
211211
###### Notes

0 commit comments

Comments
 (0)