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