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