Skip to content

Commit dc1e708

Browse files
authored
Merge pull request sadanandpai#50 from sporeg/main
Fix primitives-concepts.md
2 parents f18fcb5 + ff81ad7 commit dc1e708

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)