mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
296 B
296 B
| title | localeTitle |
|---|---|
| Perform Arithmetic Operations on Decimals with JavaScript | Realizar operaciones aritméticas en decimales con JavaScript |
En JavaScript, puede realizar cálculos con números decimales, al igual que los números enteros.
var quotient = 4.4 / 2.0; // equals 2.2