Skip to content

Commit

Permalink
Added some more links
Browse files Browse the repository at this point in the history
  • Loading branch information
sohail019 committed Aug 3, 2024
1 parent 33fa68a commit 47a106a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion 03 - Chai aur Javascript/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
4!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -80,6 +80,27 @@ <h1>Chai aur JS</h1>
>12 - Object Oriented Programming</a
>
</div>
<div class="box">
<a class="folder-link" href="./13 - Prototypes/"
>13 - Prototypes</a
>
</div>
<div class="box">
<a class="folder-link" href="./14 - this Keyword/index.html">14 - this Keyword</a
>
</div>
<div class="box">
<a class="folder-link" href="./15 - Getter Setter/">15 - Getter and Setter</a
>
</div>
<div class="box">
<a class="folder-link" href="./17 - Modules/index.html">17 - Modules in JS</a
>
</div>
<div class="box">
<a class="folder-link" href="./18 - Spread and Rest Operators/">18 - Spread and Rest</a
>
</div>
</main>

<script src="script.js"></script>
Expand Down

0 comments on commit 47a106a

Please sign in to comment.