Skip to content

Commit b8bbeff

Browse files
committed
Closures
1 parent 04ba1f6 commit b8bbeff

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

19_Day/19_day_closure.md renamed to 19_Day_Closures/19_day_closures.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1> 30 Days Of JavaScript</h1>
2+
<h1> 30 Days Of JavaScript: Closures</h1>
33
<a class="header-badge" target="_blank" href="https://www.linkedin.com/in/asabeneh/">
44
<img src="https://img.shields.io/badge/style--5eba00.svg?label=LinkedIn&logo=linkedin&style=social">
55
</a>
@@ -14,7 +14,7 @@
1414

1515
</div>
1616

17-
[<< Day 18](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/18_Day/18_day_promise.md) | [Day 20 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/20_Day/20_day_writing_clean_code.md)
17+
[<< Day 18](../18_Day_Promises/18_day_promise.md) | [Day 20 >>](../20_Day_Writing_clean_codes/20_day_writing_clean_codes.md)
1818

1919
![Thirty Days Of JavaScript](../images/banners/day_1_19.png)
2020
- [Day 19](#day-19)
@@ -101,4 +101,4 @@ console.log(innerFuncs.minusOne)
101101

102102
🎉 CONGRATULATIONS ! 🎉
103103

104-
[<< Day 18](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/18_Day/18_day_promise.md) | [Day 20 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/20_Day/20_day_writing_clean_code.md)
104+
[<< Day 18](../18_Day_Promises/18_day_promise.md) | [Day 20 >>](../20_Day_Writing_clean_codes/20_day_writing_clean_codes.md)

0 commit comments

Comments
 (0)