freeCodeCamp/guide/spanish/certifications/javascript-algorithms-and-data-structures/basic-javascript/divide-one-decimal-by-another-with-javascript/index.md
2018-10-16 21:32:40 +05:30

274 B

title localeTitle
Divide One Decimal by Another with JavaScript Divide un decimal por otro con JavaScript

Divide un decimal por otro con JavaScript

Javascript usa el símbolo / para la división.

var quotient = 0.6 / 0.3; //quotient gets the value 2