Skip to content

Commit 1abb8e5

Browse files
Commit message
1 parent a0d8aed commit 1abb8e5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

hello.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function hello() {
22
// TODO: change this string so that your program prints "Hello world!"
3-
return "Hello!";
3+
return "Hello world!";
44
}
55

66
module.exports = hello;

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Hello world assignment for learners to familiarize themselves with visual studio code, testing, node, and github ",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest"
7+
"test": "jest"
88
},
99
"author": "",
1010
"license": "ISC",

0 commit comments

Comments
 (0)