How Arithmetic Works in JavaScript (Examples Included)
In case you don’t know, arithmetic is just taking 2 or more numbers and adding, subtracting, multiplying, dividing, etc. with them. It looks like so: The answer is: That + and * you see there are what JavaScript calls operators. Here’s where some people might make the mistake of first adding 1 and 2, then … Read more