grammatical edits for readability (#27623)

This commit is contained in:
fransposito
2019-01-17 11:20:50 -06:00
committed by Tom
parent 10a789e2b8
commit 52c61df1f8

View File

@ -1,6 +1,6 @@
---
title: Divide One Number by Another with JavaScript
---
JavaScript uses use the `/` symbol for division.
JavaScript uses the `/` symbol for division.
var quotient = 66 / 33;
var quotient = 66 / 33;