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

6 lines
73 B
JavaScript

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