const revstr = str => [...str].reverse().join('')
class Odd def odd(n) n.odd? end end
Loading collection data...