freeCodeCamp/guide/english/javascript/tutorials/divide-one-number-by-another-with-javascript/index.md
2019-01-17 11:20:50 -06:00

7 lines
134 B
Markdown

---
title: Divide One Number by Another with JavaScript
---
JavaScript uses the `/` symbol for division.
var quotient = 66 / 33;