freeCodeCamp/guide/english/javascript/tutorials/divide-one-number-by-anothe.../index.md

6 lines
137 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Divide One Number by Another with JavaScript
---
JavaScript uses use the `/` symbol for division.
var quotient = 66 / 33;