1 line
64 B
JavaScript
1 line
64 B
JavaScript
module.exports=function(n){return 1==n?"one":2==n?"two":"other"} |
module.exports=function(n){return 1==n?"one":2==n?"two":"other"} |