freeCodeCamp/guide/english/javascript/tutorials/divide-one-number-by-another-with-javascript/index.md
2018-10-16 21:32:40 +05:30

137 B

title
Divide One Number by Another with JavaScript

JavaScript uses use the / symbol for division.

var quotient = 66 / 33;