Skip to content

Commit 6fb60b4

Browse files
authored
Merge pull request iliakan#463 from megastels/patch-1
Update task.md
2 parents 49b20fb + 29aeb1e commit 6fb60b4

File tree

1 file changed

+1
-0
lines changed
  • 1-js/4-data-structures/2-number/5-get-decimal

1 file changed

+1
-0
lines changed

1-js/4-data-structures/2-number/5-get-decimal/task.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ alert( getDecimal(1.2) ); // 0.2
1212
alert( getDecimal(-1.2) ); // 0.2
1313
```
1414

15+
P.S. Постарайтесь не использовать toFixed

0 commit comments

Comments
 (0)