Skip to content

Commit 3639740

Browse files
committed
doc: add info
1 parent 840c887 commit 3639740

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
[![license MIT][1]][2] [![build status][9]][10]
66

77
This is a living notebook, created to:
8-
* Practice JavaScript, algorithms & data structures, unit testing, git, etc.
8+
* Practice:
9+
* JS
10+
* Algorithms & data structures
11+
* Unit testing
12+
* Static type check (with `jsdoc` and `tsc`)
13+
* Git
914
* Solve programming challenges.
1015
* Compare the running time of different implementations.
1116
* Contain general notes about the solutions (explanations, very simple
@@ -90,8 +95,8 @@ npm run
9095

9196
## Contributing
9297

93-
Have a new interesting solution? Found a bug or a mistake in the notes? Pull
94-
requests are always welcome!
98+
Have a new interesting solution? Found a bug, mistake, typo, or similar? Pull
99+
requests are very welcome!
95100

96101
[![contributors][25]][26] [![commit activity][27]][28] [![issues][29]][30]
97102
[![issues closed][31]][32] [![issues pr][33]][34] [![issues pr closed][35]][36]

0 commit comments

Comments
 (0)