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