Link Search Menu Expand Document

Subtract One Number from Another with JavaScript

Summary

  • JavaScript uses the - symbol for subtraction.

Final Code

var difference = 45 - 33;