odin-default-js-exercises/helloWorld/helloWorld.js

6 lines
73 B
JavaScript
Raw Normal View History

2018-06-09 00:44:45 +00:00
let helloWorld = function() {
return ''
2017-08-17 18:47:39 +00:00
}
2018-06-09 00:44:45 +00:00
module.exports = helloWorld