Completed the first exercise
This commit is contained in:
parent
a05d4d60c8
commit
c64fc24cc5
|
@ -1,5 +1,5 @@
|
|||
const helloWorld = function() {
|
||||
return ''
|
||||
return 'Hello, World!'
|
||||
};
|
||||
|
||||
module.exports = helloWorld;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue