Skip to content

Newbranch #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ Enter your code on line 7 to print 'Hello, World!'
to the console (the panel on the right)
*/

console.log("Hello");


console.log("Hello World! two chains");
console.log("Hello World! two chains");
console.log("Hello World! two chains");
console.log("Hello World! two chains");
console.log("Hello World! two chains");
console.log("Hello World! two chains");
console.log("Hello World! two chains");

/*
Next, PLAY!
Expand All @@ -19,4 +27,4 @@ Modify your code on line 7 to try to accomplish the tasks listed below:
7. Print two messages on the same line.
8. Print a message that contains quote marks, such as Quoth the Raven "Nevermore".
9. Other. You choose!
*/
*/
36 changes: 36 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "hello.js",
"author": "Launchcode",
"license": "ISC",
"type": "module" ,
"dependencies": {
"chalk": "^5.3.0",
"readline-sync": "^1.4.10"
}
}
}