Skip to content

Commit 82850c7

Browse files
committed
update readme
1 parent 27bc9e5 commit 82850c7

File tree

2 files changed

+2136
-1051
lines changed

2 files changed

+2136
-1051
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- `npm install`
99
- `npm run test`
1010
- In VS Code, you can run the debugger using the Jest configuration called `Unit Test` listed in `.vscode/launch.json` file. Hotkey is F5. This will automatically read the `jest.config.js` file
11+
- Run `git checkout interview-prep` to try your hand at an existing set of challenges.
12+
- If you get stuck, solutions can be found by running `git checkout solutions`
1113

1214
### Creating Custom Challenges
1315
- Within `/challenges` directory, create a file which contains a default export of the function you wish to test. For example:

0 commit comments

Comments
 (0)