Menu
Coddy logo textTech

Function Exercise #2

Lesson 5 of 14 in Coddy's Function Declarations in JavaScript course.

challenge icon

Challenge

Easy

Write a function named isEven that takes one number as an argument and returns true if the number is even, and false otherwise.

Try it yourself

// Write code here

All lessons in Function Declarations in JavaScript