Course · Section 12: Numbers, Dates, Intl and Timers · Lecture 183: The Remainder Operator
Implement `evenOdd(n)` returning the string `even` or `odd` using the remainder operator.
+ 1 hidden test run on Submit.
The remainder operator tells you divisibility by two.
Run your code to see results.