Public Access
0
0

Обновить js/DOM/числа.md

This commit is contained in:
2026-04-13 11:13:41 +00:00
parent 89e19e1907
commit 51092701e4

View File

@@ -1,5 +1,6 @@
### Окргуличть чсило
```js
const num = 5.6789;
const result = num.toFixed(2); // "5.68"
```