We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d8aed commit 350a4bfCopy full SHA for 350a4bf
hello.js
@@ -1,6 +1,6 @@
1
function hello() {
2
// TODO: change this string so that your program prints "Hello world!"
3
- return "Hello!";
+ return "Hello world!";
4
}
5
6
module.exports = hello;
0 commit comments