In this section we are going to learn the Arithmetic operators in JavaScript.
Arithmetic operators are the part of operators in JavaScript which takes numerical values (two or more) as their input operands and returns the single numerical value as output.
NOTE: The input numerical values are in the form of either literals or variables.