Link Search Menu Expand Document

Divide One Number by Another with JavaScript

Summary

  • JavaScript uses the / symbol for division.

Final Code

var quotient = 66 / 33;