2 lines
64 B
JavaScript
Raw Normal View History

2013-05-27 13:45:59 -07:00
module.exports = function (s) { return s.toUpperCase() + '!' };