((str) => { return str.split(' ').map(item => { return item.split('').reverse().join('') }).join(' ') })("koa isn't only node.js framework!")