Files
odin-javascript-exercises/helloWorld/helloWorld.js
T

6 lines
75 B
JavaScript

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