Skip to content

Commit 5dfc3e3

Browse files
updated path
1 parent c69c0d6 commit 5dfc3e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Welcome to your comprehensive JavaScript interview notes! This repository contai
66

77
## 📚 Table of Contents
88
- [Functions](functions/functions.md)
9-
- [Closures](Closures/closures.md)
9+
- [Closures and Scope](Closures and Scope/closures.md)
1010
- [Event Loop](JS-Interview-Questions/eventloop.md)
1111
- [Higher Order Functions](JS-Interview-Questions/HigherOrderFunction.md)
1212
- [Map, Reduce, Filter](JS-Interview-Questions/map-reduce-filters.md)

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [JavaScript Regular Expression](string/regex.md)
1111
- [Functions](functions/functions.md)
1212
- [Callbacks](promises/callback.md)
13-
- [Closures](Closures/closures.md)
13+
- [Closures and Scope](Closures and Scope/closures.md)
1414
- [Event Loop](JS-Interview-Questions/eventloop.md)
1515
- [Higher Order Functions](JS-Interview-Questions/HigherOrderFunction.md)
1616
- [Map, Reduce, Filter](JS-Interview-Questions/map-reduce-filters.md)

0 commit comments

Comments
 (0)