2 lines
45 B
JavaScript
2 lines
45 B
JavaScript
// EMCAScript 6
|
|
const isEven = x => !(x % 2)
|
// EMCAScript 6
|
|
const isEven = x => !(x % 2)
|