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

6 lines
75 B
JavaScript

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