odin-javascript-exercises/01-helloWorld/helloWorld.js
2017-08-17 13:47:39 -05:00

5 lines
No EOL
72 B
JavaScript

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