
JavaScript supports standard arithmetic: + (add), - (subtract), * (multiply), / (divide), % (modulus — remainder after division), and ** (exponent). The modulus operator is especially useful for checking if a number is even or odd: 10 % 2 === 0 means 10 is even.
Reference:
TaskLoco™ — The Sticky Note GOAT