Skip to content

Commit 53bb8da

Browse files
authored
Update README.md
1 parent 3344de5 commit 53bb8da

File tree

1 file changed

+38
-16
lines changed

1 file changed

+38
-16
lines changed

README.md

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,47 @@
11
# Overview
22
An open source repository for coding notes of puplar languages like Javascript,TypeScript,React Js,Next Js,Angular Js,Node Js.
33

4-
## Javascript
4+
## Table of Contents
55

6+
- [Python](#python)
7+
- [JavaScript](#javascript)
8+
- [TypeScript](#typescript)
9+
- [React JS](#react-js)
10+
- [Next JS](#next-js)
11+
- [Angular](#angular)
12+
- [Node JS](#node-js)
13+
14+
---
15+
16+
## Python
17+
18+
- [Variables and Data Types](<Python/Variables and Data Types.md>)
19+
- [Basic Operators](<Python/Basic Operators.md>)
20+
- [String Manipulation](<Python/String Manipulation.md>)
21+
- [Sequence Types](<Python/Sequence Types.md>)
22+
- [Mapping and Set Types](<Python/Mapping and Set Types.md>)
23+
- [Control Flow](<Python/Control Flow.md>)
24+
- [Loops](Python/Loops.md)
25+
26+
## JavaScript
27+
28+
- [Variables](JavaScript/Variables.md)
29+
- [Strings](JavaScript/Strings.md)
630
- [Arrays](JavaScript/Arrays.md)
31+
- [Objects](JavaScript/Objects.md)
32+
- [Math Function](<JavaScript/Math Function.md>)
33+
- [JSON Handling](<JavaScript/JSON Handling.md>)
34+
- [DOM](JavaScript/DOM.md)
735
- [Arrow Function](<JavaScript/Arrow Function.md>)
36+
- [Map Method](<JavaScript/Map Method.md>)
37+
- [Destructuring](JavaScript/Destructuring.md)
838
- [Callbacks](JavaScript/Callbacks.md)
39+
- [Timing and Asynchronous Operations](<JavaScript/Timing and Asynchronous Operations.md>)
40+
- [Regular Expressions - RegEx](<JavaScript/Regular Expressions - RegEx.md>)
941
- [Classes](JavaScript/Classes.md)
1042
- [Constructors](JavaScript/Constructors.md)
11-
- [Design Patterns](<JavaScript/Design Patterns.md>)
12-
- [Destructuring](JavaScript/Destructuring.md)
13-
- [DOM](JavaScript/DOM.md)
1443
- [Getters and Setters](<JavaScript/Getters and Setters.md>)
15-
- [JSON Handling](<JavaScript/JSON Handling.md>)
16-
- [Map Method](<JavaScript/Map Method.md>)
17-
- [Math Function](<JavaScript/Math Function.md>)
18-
- [Objects](JavaScript/Objects.md)
19-
- [Regular Expressions - RegEx](<JavaScript/Regular Expressions - RegEx.md>)
20-
- [Strings](JavaScript/Strings.md)
21-
- [Timing and Asynchronous Operations](<JavaScript/Timing and Asynchronous Operations.md>)
22-
- [Variables](JavaScript/Variables.md)
44+
- [Design Patterns](<JavaScript/Design Patterns.md>)
2345

2446
## TypeScript
2547

@@ -56,7 +78,7 @@ An open source repository for coding notes of puplar languages like Javascript,T
5678
- [React JS Testing](ReactJS/testing.md)
5779
- [React JS Deployment](ReactJS/deployment.md)
5880

59-
## Next JS //TODO: update
81+
## Next JS
6082

6183
- [Next JS Build Pipeline](NextJS/BuildPipeline.md)
6284
- [Next JS API Routes](NextJS/APIRoutes.md)
@@ -153,9 +175,9 @@ An open source repository for coding notes of puplar languages like Javascript,T
153175

154176
---
155177

156-
Site Reference: <https://www.framer.com/motion/introduction/>
178+
## Want to Contribute?
179+
Check out the [Contributor's Guideline](/Contributing.md).
157180

158181
---
159182

160-
## Want to Contribute? then why wait :)
161-
Check the [Contributor's Guideline](/Contributing.md).
183+
Site Reference: <https://www.framer.com/motion/introduction/>

0 commit comments

Comments
 (0)