/Assignment-06-06-09-MATH-EXPRESSIONS-

You've already seen examples of adding in JS, using the + operator. You can also use - for subtraction, * for multiplication, / for division, and % to take the remainder. Here are examples of those in action:

Primary LanguageHTML

No issues in this repository yet.