odin-javascript-exercises/helloWorld/helloWorld.js
2017-09-20 11:02:31 -05:00

5 lines
No EOL
72 B
JavaScript

var helloWorld = function() {
return ''
}
module.exports = helloWorld