mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-18 06:03:22 +09:00
Update helloWorld.js
I added the answer instead of empty strings as solution must be added in the solutions branch.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
var helloWorld = function() {
|
var helloWorld = function() {
|
||||||
return ''
|
return 'Hello, World!'
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = helloWorld
|
module.exports = helloWorld
|
||||||
|
|||||||
Reference in New Issue
Block a user