Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5bc47e9

Browse files
committed
update
1 parent 9ef24d4 commit 5bc47e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week1/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Assignments week 1:
22

3-
1. Create a `.js` file that prints `Hello` when you run it from the command line. (Hint: `node` is the program that can run your javascript files.)
3+
1. Create a `.js` file that prints `Hello` when you run it from the command line. (Hint: `node` is the program that can run your JavaScript files.)
44

55
2. Create a function named `colorCar` that receives a color, and prints out, "a red car" for example. (Hint: put it in your file and run it like before.)
66

0 commit comments

Comments
 (0)