robot.js 64 Bytes Raw Blame History Permalink 1 module.exports = function (s) { return s.toUpperCase() + '!' };