mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
137 B
137 B
| title |
|---|
| Divide One Number by Another with JavaScript |
JavaScript uses use the / symbol for division.
var quotient = 66 / 33;