File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ during your job interview.
1111## Table of Contents
1212
13131 . [ Requirements] ( #requirements )
14- 1 . [ Installation Instructions] ( #installation_instructions )
15- 1 . [ Writing Your Solution] (#writing_your_solution )
16- 1 . [ Testing Your Code] (#testing_your_code )
14+ 1 . [ Installation Instructions] ( #installation )
15+ 1 . [ Writing Your Solution] (#coding )
16+ 1 . [ Testing Your Code] (#testing )
17171 . [ Contributing] ( #contributing )
1818
1919
@@ -23,7 +23,7 @@ during your job interview.
2323- Sinon
2424
2525
26- ## Installation Instructions
26+ ## Installation
2727```` bash
2828[~] $ git clone https://github.com/codeprep/coding_challenges
2929[~] $ cd coding_challenges
@@ -34,12 +34,12 @@ during your job interview.
3434```
3535
3636
37- # # Writing Your Solution
37+ # # Coding
3838Each folder will have a file with instructions. Open this file in your favorite editor. Read the directions.
3939Add your code in the function. DO NOT rename the file or the function in the file.
4040
4141
42- # # Testing Your Code
42+ # # Testing
4343Once you have finished writing your code, enter npm test at the command line. You must be in the folder that you are
4444testing your code.
4545
You can’t perform that action at this time.
0 commit comments