odin-javascript-exercises/helloWorld/helloWorld.js
Étienne Boisseau-Sierra 3a9251d55e Transform 'var' in 'let'
2018-08-07 11:25:16 +01:00

5 lines
73 B
JavaScript

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