Skip to content

Commit 5898e74

Browse files
authored
added note to save changes
1 parent f8bf8b9 commit 5898e74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In `index.js`, add a call to `console.error()` — you can call it with anything
118118
console.error("HALP!")
119119
```
120120

121-
Because it seems sufficiently dire.
121+
Because it seems sufficiently dire. Remember to save your file.
122122

123123
Anyway, let's run the tests again. In the Learn IDE's terminal, run
124124

@@ -153,6 +153,8 @@ and some are errors (something broke, and we need to recover).
153153
Your job is to identify a way of sending each kind of message. Hint: in
154154
JavaScript, you'll probably find ways of telling users things with `console`.
155155

156+
And again, remember to save your files before you re-run your tests.
157+
156158
When all of your tests pass, be sure to run `learn submit` to move on to the next lesson.
157159

158160
## Resources

0 commit comments

Comments
 (0)