Files
odin-javascript-exercises/helloWorld/helloWorld.js
T
Michael Frank b8b23686e3 Added jest
2021-03-03 15:13:24 +13:00

6 lines
76 B
JavaScript

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