1 line
89 B
JavaScript
1 line
89 B
JavaScript
module.exports=function(n){var r=String(n).split(".")[0];return 0==r||1==r?"one":"other"} |