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

5 lines
76 B
JavaScript

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