1 line
161 B
JavaScript
1 line
161 B
JavaScript
module.exports=function(r){var t=String(r).split("."),e=Number(t[0])==r;return 1==r||11==r?"one":2==r||12==r?"two":e&&3<=r&&r<=10||e&&13<=r&&r<=19?"few":"other"} |