Skip to content

Commit c6a6ba7

Browse files
Rename JS Interview Question directory and update links
Renamed 'JS Interview Question' to 'JS-Interview-Questions' for consistency. Updated all relevant links in README.md and index.md to reflect the new directory name.
1 parent 25a4b88 commit c6a6ba7

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Welcome to your comprehensive JavaScript interview notes! This repository contai
66

77
## 📚 Table of Contents
88
- [Functions](functions/functions.md)
9-
- [Closures](Closures/README.md)
10-
- [Event Loop](JS%20Interview%20Question/eventloop.md)
9+
- [Closures](Closures/closures.md)
10+
- [Event Loop](JS-Interview-Questions/eventloop.md)
1111
- [More Topics Coming Soon!]
1212

1313
---

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome! Use the links below to navigate the main topics:
44

55
- [Functions](functions/functions.md)
66
- [Closures](Closures/closures.md)
7-
- [Event Loop](JS%20Interview%20Question/eventloop.md)
7+
- [Event Loop](JS-Interview-Questions/eventloop.md)
88

99
---
1010

0 commit comments

Comments
 (0)