Skip to content

Commit 1499b85

Browse files
committed
Update README.md
1 parent 074b487 commit 1499b85

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,57 @@
11
# Codility Lessons - Javascript
22

3+
## References
4+
5+
- [Installation](#installation)
6+
- [Test](#test)
7+
- [Description](#description)
8+
- [Solutions](#solutions)
9+
- [Lesson 1 - Iterations](#s_1)
10+
- [Binary Gap](#s_1_binary_gap)
11+
- Licence
12+
13+
<a name="installation"></a>
14+
315
## Installation
416

517
$ npm install
618

19+
<a name="test"></a>
20+
721
## Test
822

923
Using [jest](https://jestjs.io/)
1024

1125
$ npm test
1226

27+
<a name="description"></a>
28+
1329
## Description
1430

1531
Solutions for [codility lessons](https://app.codility.com/programmers/lessons) in javascript. Please feel free to contribute.
1632

17-
## Existing Ones
33+
<a name="solutions"></a>
34+
35+
## Solutions
36+
37+
<a name="s_1"></a>
1838

1939
### Lesson 1 - Iterations
2040

41+
<a name="s_1_binary_gap"></a>
42+
2143
#### Binary Gap
2244

23-
##### Solution
45+
##### File
2446

2547
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson1_iterations/BinaryGap.js
2648

2749
##### Link to Report
2850

2951
https://app.codility.com/demo/results/trainingF5WJ2W-P96/
3052

53+
<a name="licence"></a>
54+
3155
## License
3256

3357
MIT

0 commit comments

Comments
 (0)