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