diff --git a/Arithmetic-Operators.md b/JS-Arithmetic-Operators.md similarity index 98% rename from Arithmetic-Operators.md rename to JS-Arithmetic-Operators.md index 897668799..67d9f57fa 100644 --- a/Arithmetic-Operators.md +++ b/JS-Arithmetic-Operators.md @@ -1,4 +1,4 @@ -# Arithmetic Operation +# Arithmetic Operation JavaScript JavaScript provides the user with five arithmetic operators: `+`, `-`, `*`, `/` and `%`. The operators are for addition, subtraction, multiplication, division and remainder respectively.