Skip to content

Commit 25059e6

Browse files
author
Sadanand Pai
committed
category structural changes
1 parent 987f9cf commit 25059e6

16 files changed

+5999
-5930
lines changed

README.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,50 @@
3030

3131
## JavaScript Modern Interview Code Challenges by topic
3232

33-
- [Primitives](https://github.com/sadanandpai/javascript-code-challenges/blob/main/challenges/primitives.md#home)
33+
- Primitives
3434

35-
- [Functions](https://github.com/sadanandpai/javascript-code-challenges/blob/main/challenges/functions.md#home)
35+
- [Concepts](./challenges/primitives-concepts.md#home)
36+
- [Challenges](./challenges/primitives-challenges.md#home)
3637

37-
- [Objects](https://github.com/sadanandpai/javascript-code-challenges/blob/main/challenges/objects.md#home)
38+
- Functions
3839

39-
- [Collections](https://github.com/sadanandpai/javascript-code-challenges/blob/main/challenges/collections.md#home)
40+
- [Concepts](./challenges/functions-concepts.md#home)
41+
- [Challenges](./challenges/functions-challenges.md#home)
4042

41-
- [Asynchronousity](https://github.com/sadanandpai/javascript-code-challenges/blob/main/challenges/async.md#home)
43+
- Objects
44+
45+
- [Concepts](./challenges/objects-concepts.md#home)
46+
- [Challenges](./challenges/objects-challenges.md#home)
47+
48+
- Collections
49+
50+
- [Concepts](./challenges/collections-concepts.md#home)
51+
- [Challenges](./challenges/collections-challenges.md#home)
52+
53+
- Asynchronousity
54+
- [Concepts](./challenges/async-concepts.md#home)
55+
- [Challenges](./challenges/async-challenges.md#home)
4256

4357
---
4458

4559
### Usage Guide and Study materials
46-
If you want to know more about using this repo or view the list of recommended list of study materials on JavaScript, check out [Usage and Study Guide](https://github.com/sadanandpai/javascript-code-challenges/blob/main/usageAndStudyGuide.md)
60+
61+
If you want to know more about using this repo or view the list of recommended list of study materials on JavaScript, check out [Usage and Study Guide](./usageAndStudyGuide.md)
4762
<br/><br/>
4863

4964
### Contributing Guide
50-
If you want to contribute, improve or suggest changes to this repo, then check out the [Contributing Guide](https://github.com/sadanandpai/javascript-code-challenges/blob/main/contributing.md)
65+
66+
If you want to contribute, improve or suggest changes to this repo, then check out the [Contributing Guide](./contributing.md)
5167
<br/><br/>
5268

5369
### Stargazers
70+
5471
[![Stargazers repo roster for @sadanandpai/javascript-code-challenges](https://reporoster.com/stars/sadanandpai/javascript-code-challenges)](https://github.com/sadanandpai/javascript-code-challenges/stargazers)
5572

5673
### Forkers
74+
5775
[![Forkers repo roster for @sadanandpai/javascript-code-challenges](https://reporoster.com/forks/sadanandpai/javascript-code-challenges)](https://github.com/sadanandpai/javascript-code-challenges/network/members)
5876

5977
### License
60-
This repository is MIT licensed. [Read more](https://github.com/sadanandpai/javascript-code-challenges/blob/main/LICENSE)
78+
79+
This repository is MIT licensed. [Read more](./LICENSE)

0 commit comments

Comments
 (0)