Skip to content

Commit e160e2c

Browse files
authored
Update README.md
1 parent d12e567 commit e160e2c

File tree

1 file changed

+23
-39
lines changed

1 file changed

+23
-39
lines changed

README.md

Lines changed: 23 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1+
[![MasterHead](https://repository-images.githubusercontent.com/588181932/e36ec678-7984-4cdd-8e4c-a3932772ff8e)](https://github.com/dpvasani/JavaScript-Ultimate-Code)
12

2-
[![MasterHead](https://repository-images.githubusercontent.com/588181932/e36ec678-7984-4cdd-8e4c-a3932772ff8e)](https://dkrupali56.io)
3-
4-
5-
# JavaScript Notes
6-
7-
## More Part Comming Soon
8-
3+
# JavaScript Ultimate Code
94

105
## Overview
116

12-
Welcome to the **JavaScript-Notes** repository! This repository contains a comprehensive collection of JavaScript notes and practice sets designed to help you master the fundamentals and advanced concepts of JavaScript. Each chapter focuses on a specific topic and includes practice exercises to reinforce your understanding.
13-
7+
Welcome to the **JavaScript-Ultimate-Code** repository! This repository contains a comprehensive collection of JavaScript notes, code examples, and practice sets designed to help you master both fundamental and advanced JavaScript concepts. Each chapter includes practical exercises and code examples to reinforce your understanding.
148

159
## Table of Contents
1610

@@ -21,44 +15,35 @@ Welcome to the **JavaScript-Notes** repository! This repository contains a compr
2115
5. [Chapter 5: Arrays](#chapter-5-arrays)
2216
6. [Chapter 6: JavaScript in the Browser](#chapter-6-javascript-in-the-browser)
2317
7. [Chapter 7: DOM Manipulation](#chapter-7-dom-manipulation)
18+
8. [Chapter 8: Events & Other DOM Properties](#chapter-8-events--other-dom-properties)
19+
9. [Chapter 9: Callbacks, Promises, and Async/Await](#chapter-9-callbacks-promises-and-asyncawait)
20+
10. [Chapter 10: Network Requests and Storing Data](#chapter-10-network-requests-and-storing-data)
21+
11. [Chapter 11: Object-Oriented Programming](#chapter-11-object-oriented-programming)
22+
12. [Chapter 12: Advanced JavaScript](#chapter-12-advanced-javascript)
2423

2524
## Chapters
2625

27-
### Chapter 1: Variables
28-
- [Ch 1 Variable.js](Ch%201%20Variable.js)
29-
- [Ch 1 Practice Set.js](Ch%201%20Practice%20Set.js)
30-
31-
### Chapter 2: Expressions & Conditional Statements
32-
- [Ch 2 Expression & Conditional Statement.js](Ch%202%20Expression%20&%20Conditional%20Statement.js)
33-
- [Ch 2 Expression & Conditional Statement Practice Set.js](Ch%202%20Expression%20&%20Conditional%20Statement%20Practice%20Set.js)
34-
35-
### Chapter 3: Loops & Functions
36-
- [Ch 3 Loops & Functions.js](Ch%203%20Loops%20&%20Functions.js)
37-
- [Ch 3 Loops & Functions Practice Set.js](Ch%203%20Loops%20&%20Functions%20Practice%20Set.js)
38-
39-
### Chapter 4: Strings
40-
- [Ch 4 String.js](Ch%204%20String.js)
41-
- [Ch 4 String Practice Set.js](Ch%204%20String%20Practice%20Set.js)
42-
43-
### Chapter 5: Arrays
44-
- [Ch 5 Array.js](Ch%205%20Array.js)
45-
- [Ch 5 Array Practice Set.js](Ch%205%20Array%20Practice%20Set.js)
46-
47-
### Chapter 6: JavaScript in the Browser
48-
- [Ch 6 JavaScript In Browser.js](Ch%206%20JavaScript%20In%20Browser.js)
49-
- [Ch 6 JavaScript In Browser Practice Set.js](Ch%206%20JavaScript%20In%20Browser%20Practice%20Set.js)
50-
51-
### Chapter 7: DOM Manipulation
52-
- [Ch 7 DOM Part 1.js](Ch%207%20DOM%20Part%201.js)
53-
- [Ch 7 DOM Part 2.js](Ch%207%20DOM%20Part%202.js)
54-
- [Ch 7 DOM Practice Set.js](Ch%207%20DOM%20Practice%20Set.js)
26+
| Chapter | Files |
27+
|---------|---------------------------------------------------------|
28+
| **Chapter 1: Variables** | [Ch 1 Variable.js](Ch%201%20Variable.js) <br> [Ch 1 Practice Set.js](Ch%201%20Practice%20Set.js) |
29+
| **Chapter 2: Expressions & Conditional Statements**| [Ch 2 Expression & Conditional Statement.js](Ch%202%20Expression%20&%20Conditional%20Statement.js) <br> [Ch 2 Expression & Conditional Statement Practice Set.js](Ch%202%20Expression%20&%20Conditional%20Statement%20Practice%20Set.js) |
30+
| **Chapter 3: Loops & Functions** | [Ch 3 Loops & Functions.js](Ch%203%20Loops%20&%20Functions.js) <br> [Ch 3 Loops & Functions Practice Set.js](Ch%203%20Loops%20&%20Functions%20Practice%20Set.js) |
31+
| **Chapter 4: Strings** | [Ch 4 String.js](Ch%204%20String.js) <br> [Ch 4 String Practice Set.js](Ch%204%20String%20Practice%20Set.js) |
32+
| **Chapter 5: Arrays** | [Ch 5 Array.js](Ch%205%20Array.js) <br> [Ch 5 Array Practice Set.js](Ch%205%20Array%20Practice%20Set.js) |
33+
| **Chapter 6: JavaScript in the Browser** | [Ch 6 JavaScript In Browser.js](Ch%206%20JavaScript%20In%20Browser.js) <br> [Ch 6 JavaScript In Browser Practice Set.js](Ch%206%20JavaScript%20In%20Browser%20Practice%20Set.js) |
34+
| **Chapter 7: DOM Manipulation** | [Ch 7 DOM Part 1.js](Ch%207%20DOM%20Part%201.js) <br> [Ch 7 DOM Part 2.js](Ch%207%20DOM%20Part%202.js) <br> [Ch 7 DOM Practice Set.js](Ch%207%20DOM%20Practice%20Set.js) <br> [Ch 7 Js DOM.js](Ch%207%20Js%20DOM.js) |
35+
| **Chapter 8: Events & Other DOM Properties** | [Ch 8 Event & Other DOM Properties.js](Ch%208%20Event%20&%20Other%20DOM%20Properties.js) <br> [Ch 8 Events And Other DOM Properties.js](Ch%208%20Events%20And%20Other%20DOM%20Properties.js) |
36+
| **Chapter 9: Callbacks, Promises, and Async/Await**| [Ch 9 Callbacks, Promises And Async And Await.js](Ch%209%20Callbacks,%20Promises%20And%20Async%20And%20Await.js) |
37+
| **Chapter 10: Network Requests and Storing Data** | [Ch 10 Network Request And Storing Data.js](Ch%2010%20Network%20Request%20And%20Storing%20Data.js) |
38+
| **Chapter 11: Object-Oriented Programming** | [Ch 11 Object Oriented Programing.js](Ch%2011%20Object%20Oriented%20Programing.js) |
39+
| **Chapter 12: Advanced JavaScript** | [Ch 12 Advanced JavaScript.js](Ch%2012%20Advanced%20JavaScript.js) |
5540

5641
## Getting Started
5742

5843
To get started with this repository, clone it to your local machine:
5944

6045
```bash
61-
git clone https://github.com/dpvasani/JavaScript-Notes.git
46+
git clone https://github.com/dpvasani/JavaScript-Ultimate-Code.git
6247
```
6348

6449
## Contributing
@@ -68,4 +53,3 @@ Contributions are welcome! Please create a pull request with a detailed descript
6853
## License
6954

7055
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
71-

0 commit comments

Comments
 (0)