samuelmarina / is-even

Is a number even?
1.85k stars 191 forks source link

use this #198

Closed ghost closed 3 years ago

ghost commented 3 years ago
function isEven(number) {
   return number % 2 === 0
}
amalthomas-exe commented 3 years ago

you're damaging the fun..

ghost commented 3 years ago

yes