2 lines
23 B
CoffeeScript
2 lines
23 B
CoffeeScript
|
|
isEven = (x) -> !(x%2)
|
|
|
isEven = (x) -> !(x%2)
|