Minor grammatical fix (#21399)

This commit is contained in:
Jason White
2018-11-04 07:05:18 -05:00
committed by Manish Giri
parent 0e8c00bff4
commit 9e0109dbba

View File

@ -1,7 +1,7 @@
---
title: Arithmetic Operation
---
JavaScript provides the user with five arithmetic operators: `+`, `-`, `*`, `/` and `%`. The operators are for addition, subtraction, multiplication, division and remainder respectively.
JavaScript provides five arithmetic operators: `+`, `-`, `*`, `/` and `%`. The operators are for addition, subtraction, multiplication, division and remainder, respectively.
## Addition