Skip to content

Commit

Permalink
Added instructions to work in strict mode
Browse files Browse the repository at this point in the history
javascripting uses `var`, but developers should use `let`.
  • Loading branch information
laurenfazah committed Jul 7, 2016
1 parent 5cbc793 commit 8e527be
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions study.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,20 @@ clone. Instead, follow these directions (in order!):
1. Run `javascripting` from the command line and follow the instructions.
1. As you work, commit early and often.

Use commit messages as your learning journal, making notes of challenges and
## Working Instructions

- Work in `strict` mode to allow use of `let` and `const` (javascripting's
instructions will instruct you to use `var`).
- Use commit messages as your learning journal, making notes of challenges and
what you learned by completing each exercise
([example](https://github.com/jrhorn424/learnyounode/commit/5db673a16d4af82d3c5a80240edeb93b0e4dbd0c)).
Then, push the repository to GitHub so future employers can get an idea of your
learning process (not to mention your tenacity!).
## Response
As noted previously, no response is required for this study. Complete the
As noted previously, **no response is required** for this study. Complete the
workshop at your own pace as a review tool for fundamental JavaScript.
If you wish, you may open an issue. Include any questions you still have, or any
Expand Down

0 comments on commit 8e527be

Please sign in to comment.