4 lines
57 B
Text
4 lines
57 B
Text
|
|
function f(numeric n) {
|
||
|
|
return n mod 2?"odd":"even"
|
||
|
|
}
|