We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4162c17 commit d6b8ac7Copy full SHA for d6b8ac7
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 world!";
4
}
5
6
module.exports = hello;
0 commit comments