Add more calculations to your console calculator:
Calculate the remainder using %
Calculate exponents using ** (e.g., ** = )
Add comments explaining each operation
Think about what happens with division by zero. Try it and observe the result. JavaScript handles this differently than some other languages.