Skip to content

Commit 09d3001

Browse files
authored
Update README.md
1 parent 1fda38d commit 09d3001

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

README.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,72 @@
33

44
### Repo Contain JavaScript Notes Till Chapter 8 Of Code With Harry
55
## Made By Dp Vasani
6+
7+
Here's the complete README file for your `JavaScript-Notes` repository:
8+
9+
---
10+
11+
# JavaScript-Notes
12+
13+
14+
## Overview
15+
16+
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.
17+
18+
## Table of Contents
19+
20+
1. [Chapter 1: Variables](#chapter-1-variables)
21+
2. [Chapter 2: Expressions & Conditional Statements](#chapter-2-expressions--conditional-statements)
22+
3. [Chapter 3: Loops & Functions](#chapter-3-loops--functions)
23+
4. [Chapter 4: Strings](#chapter-4-strings)
24+
5. [Chapter 5: Arrays](#chapter-5-arrays)
25+
6. [Chapter 6: JavaScript in the Browser](#chapter-6-javascript-in-the-browser)
26+
7. [Chapter 7: DOM Manipulation](#chapter-7-dom-manipulation)
27+
28+
## Chapters
29+
30+
### Chapter 1: Variables
31+
- [Ch 1 Variable.js](Ch%201%20Variable.js)
32+
- [Ch 1 Practice Set.js](Ch%201%20Practice%20Set.js)
33+
34+
### Chapter 2: Expressions & Conditional Statements
35+
- [Ch 2 Expression & Conditional Statement.js](Ch%202%20Expression%20&%20Conditional%20Statement.js)
36+
- [Ch 2 Expression & Conditional Statement Practice Set.js](Ch%202%20Expression%20&%20Conditional%20Statement%20Practice%20Set.js)
37+
38+
### Chapter 3: Loops & Functions
39+
- [Ch 3 Loops & Functions.js](Ch%203%20Loops%20&%20Functions.js)
40+
- [Ch 3 Loops & Functions Practice Set.js](Ch%203%20Loops%20&%20Functions%20Practice%20Set.js)
41+
42+
### Chapter 4: Strings
43+
- [Ch 4 String.js](Ch%204%20String.js)
44+
- [Ch 4 String Practice Set.js](Ch%204%20String%20Practice%20Set.js)
45+
46+
### Chapter 5: Arrays
47+
- [Ch 5 Array.js](Ch%205%20Array.js)
48+
- [Ch 5 Array Practice Set.js](Ch%205%20Array%20Practice%20Set.js)
49+
50+
### Chapter 6: JavaScript in the Browser
51+
- [Ch 6 JavaScript In Browser.js](Ch%206%20JavaScript%20In%20Browser.js)
52+
- [Ch 6 JavaScript In Browser Practice Set.js](Ch%206%20JavaScript%20In%20Browser%20Practice%20Set.js)
53+
54+
### Chapter 7: DOM Manipulation
55+
- [Ch 7 DOM Part 1.js](Ch%207%20DOM%20Part%201.js)
56+
- [Ch 7 DOM Part 2.js](Ch%207%20DOM%20Part%202.js)
57+
- [Ch 7 DOM Practice Set.js](Ch%207%20DOM%20Practice%20Set.js)
58+
59+
## Getting Started
60+
61+
To get started with this repository, clone it to your local machine:
62+
63+
```bash
64+
git clone https://github.com/dpvasani/JavaScript-Notes.git
65+
```
66+
67+
## Contributing
68+
69+
Contributions are welcome! Please create a pull request with a detailed description of your changes.
70+
71+
## License
72+
73+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
74+

0 commit comments

Comments
 (0)