We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faf6602 + d642097 commit 066b708Copy full SHA for 066b708
README.md
@@ -366,6 +366,13 @@ counts down to zero using `console.log()`. Note that this means that running
366
0
367
```
368
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
376
## Conclusion
377
378
After some time programming in JavaScript, writing a `for` loop will come as
0 commit comments