Y
Hacker News
new
|
ask
|
show
|
jobs
by
lioeters
462 days ago
const getOddness = n => n % 2 ? 'Odd' : 'Even'