CodeHS

Forum discussion tagged with CodeHS.
  1. L

    CodeHS JavaScript Help

    Can someone help me with this problem? Write a function called `isEven` that returns a boolean of whether or not a value is even or odd. The `isEven` function should not print anything out or return a number. It should only take in a number and return a boolean. For example, if you made a call...