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

369 B
Raw Blame History

title localeTitle
Divide One Number by Another with JavaScript Разделите одно число другим с помощью JavaScript

Разделите одно число другим с помощью JavaScript

Javascript использует символ / для деления.

var quotient = 6 / 3; //quotient will get value 2