Minor grammatical fix (#21399)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user