Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- Use `console.log()` statements to check to see if your code does what it is supposed to do.
- To test your `console.log()` statements open up the index.html file found in the assignments folder and use the developer tools to view the console.

**Note:**You could also run `node /assignments/<fileName>` and see what prints in your terminal.
**Note:**You could also run `node assignments/<fileName>` and see what prints in your terminal.

- Once you finish the exercises in each file, commit your code, and push it to your fork.

Expand Down