mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
191 B
191 B
| title |
|---|
| Subtract One Number from Another with JavaScript |
We can also subtract one number from another.
JavaScript uses use the - symbol for subtraction.
var difference = 45 - 33;