File tree 1 file changed +6
-6
lines changed
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.
11
11
## Table of Contents
12
12
13
13
1 . [ 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 )
17
17
1 . [ Contributing] ( #contributing )
18
18
19
19
@@ -23,7 +23,7 @@ during your job interview.
23
23
- Sinon
24
24
25
25
26
- ## Installation Instructions
26
+ ## Installation
27
27
```` bash
28
28
[~] $ git clone https://github.com/codeprep/coding_challenges
29
29
[~] $ cd coding_challenges
@@ -34,12 +34,12 @@ during your job interview.
34
34
```
35
35
36
36
37
- # # Writing Your Solution
37
+ # # Coding
38
38
Each folder will have a file with instructions. Open this file in your favorite editor. Read the directions.
39
39
Add your code in the function. DO NOT rename the file or the function in the file.
40
40
41
41
42
- # # Testing Your Code
42
+ # # Testing
43
43
Once you have finished writing your code, enter npm test at the command line. You must be in the folder that you are
44
44
testing your code.
45
45
You can’t perform that action at this time.
0 commit comments