Fixed in exercise 01
This commit is contained in:
parent
65754e6d19
commit
0d43cbf866
|
@ -1,5 +1,5 @@
|
|||
const helloWorld = function() {
|
||||
return ''
|
||||
return 'Hello, World!';
|
||||
};
|
||||
|
||||
module.exports = helloWorld;
|
||||
|
|
Loading…
Reference in New Issue