grammatical edits for readability (#27623)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user