Skip to content

Commit 066b708

Browse files
authored
Merge pull request learn-co-curriculum#6 from learn-co-curriculum/fix-issue
updated README with workflow reminder
2 parents faf6602 + d642097 commit 066b708

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,13 @@ counts down to zero using `console.log()`. Note that this means that running
366366
0
367367
```
368368

369+
Remember the workflow:
370+
371+
1. Run the tests using `learn test`.
372+
2. Read the errors; vocalize what they're asking you to do.
373+
3. Write code; repeat steps 1 and 2 often until a test passes.
374+
4. Repeat as needed for the remaining tests.
375+
369376
## Conclusion
370377

371378
After some time programming in JavaScript, writing a `for` loop will come as

0 commit comments

Comments
 (0)