8000 Remove 'Adding New Exercises' section from general README.md · rokuruby/javascript-exercises@7ef1882 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ef1882

Browse files
committed
Remove 'Adding New Exercises' section from general README.md
1 parent 58df2c0 commit 7ef1882

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,3 @@ The first exercise, `helloWorld`, will walk you through the process in-depth.
3838
## Debugging
3939

4040
To debug functions, you can run the tests in the Visual Studio Code debugger terminal. You can open this by clicking the "Run and Debug" icon on the left or pressing <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>D</kbd>, then clicking JavaScript Debug Terminal. You will be able to set breakpoints as you would in the Chrome DevTools debugger. You can run `npm test exerciseName.spec.js` to then execute your code up until your breakpoint and step through your code as necessary. **NOTE**: To take advantage of the debugger, you **MUST** run the sc 6DF7 ript in the debugger terminal, not the bash or zsh terminal.
41-
42-
## Adding a new exercise
43-
44-
To add a new exercise:
45-
46-
1. Be sure to run `npm install` at the root of the `javascript-exercises` directory.
47-
2. Run the command `npm run generate`.
48-
3. When prompted, enter the name of the new exercise in "camelCase" syntax.
49-
50-
After entering an exercise name, a new directory with the necessary files will be created. You will then need to update the `README.md` and `spec.js` files as well as the files in the `solution` directory of the new exercise.

0 commit comments

Comments
 (0)
0