Skip to content

Commit

Permalink
Add reminder about saving index.js (learn-co-curriculum#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizbur10 authored Jun 24, 2022
1 parent 1003c8e commit 3061b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $ node index.js

The `node` command _executes_ the code in whatever file you specify (in this
case, `index.js`). You should see `"Joe is 74 inches tall"` logged in the
terminal.
terminal. If you don't, make sure you saved the `index.js` file.

> **Top Tip**: `console.log` is one of the debugging tools you can use as you're
> writing your code. Logging a variable and executing the code will allow you to
Expand Down

0 comments on commit 3061b89

Please sign in to comment.