Skip to content

Commit 445bda3

Browse files
committed
minor fixes
1 parent 0edc651 commit 445bda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/02-number/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ There are two ways to do so:
148148

149149
1. Multiply-and-divide.
150150

151-
For example, to round the number to the 2nd digit after the decimal, we can multiply the number by `100`, call the rounding function and then divide it back.
151+
For example, to round the number to the 2nd digit after the decimal, we can multiply the number by `100` (or a bigger power of 10), call the rounding function and then divide it back.
152152
```js run
153153
let num = 1.23456;
154154

0 commit comments

Comments
 (0)