We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e31187 commit 29aeb1eCopy full SHA for 29aeb1e
1-js/4-data-structures/2-number/5-get-decimal/task.md
@@ -12,3 +12,4 @@ alert( getDecimal(1.2) ); // 0.2
12
alert( getDecimal(-1.2) ); // 0.2
13
```
14
15
+P.S. Постарайтесь не использовать toFixed
0 commit comments