mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
372 B
372 B
| title | localeTitle |
|---|---|
| Perform Arithmetic Operations on Decimals with JavaScript | تنفيذ العمليات الحسابية على الكسور العشرية مع JavaScript |
في JavaScript ، يمكنك إجراء عمليات حسابية بأرقام عشرية ، تمامًا مثل الأرقام الصحيحة.
var quotient = 4.4 / 2.0; // equals 2.2