|
1 | 1 | # Overview |
2 | 2 | An open source repository for coding notes of puplar languages like Javascript,TypeScript,React Js,Next Js,Angular Js,Node Js. |
3 | 3 |
|
4 | | -## Javascript |
| 4 | +## Table of Contents |
5 | 5 |
|
| 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) |
6 | 30 | - [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) |
7 | 35 | - [Arrow Function](<JavaScript/Arrow Function.md>) |
| 36 | +- [Map Method](<JavaScript/Map Method.md>) |
| 37 | +- [Destructuring](JavaScript/Destructuring.md) |
8 | 38 | - [Callbacks](JavaScript/Callbacks.md) |
| 39 | +- [Timing and Asynchronous Operations](<JavaScript/Timing and Asynchronous Operations.md>) |
| 40 | +- [Regular Expressions - RegEx](<JavaScript/Regular Expressions - RegEx.md>) |
9 | 41 | - [Classes](JavaScript/Classes.md) |
10 | 42 | - [Constructors](JavaScript/Constructors.md) |
11 | | -- [Design Patterns](<JavaScript/Design Patterns.md>) |
12 | | -- [Destructuring](JavaScript/Destructuring.md) |
13 | | -- [DOM](JavaScript/DOM.md) |
14 | 43 | - [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>) |
23 | 45 |
|
24 | 46 | ## TypeScript |
25 | 47 |
|
@@ -56,7 +78,7 @@ An open source repository for coding notes of puplar languages like Javascript,T |
56 | 78 | - [React JS Testing](ReactJS/testing.md) |
57 | 79 | - [React JS Deployment](ReactJS/deployment.md) |
58 | 80 |
|
59 | | -## Next JS //TODO: update |
| 81 | +## Next JS |
60 | 82 |
|
61 | 83 | - [Next JS Build Pipeline](NextJS/BuildPipeline.md) |
62 | 84 | - [Next JS API Routes](NextJS/APIRoutes.md) |
@@ -153,9 +175,9 @@ An open source repository for coding notes of puplar languages like Javascript,T |
153 | 175 |
|
154 | 176 | --- |
155 | 177 |
|
156 | | -Site Reference: <https://www.framer.com/motion/introduction/> |
| 178 | +## Want to Contribute? |
| 179 | +Check out the [Contributor's Guideline](/Contributing.md). |
157 | 180 |
|
158 | 181 | --- |
159 | 182 |
|
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