We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1b5d9 commit 70950e4Copy full SHA for 70950e4
JavaScript Part-01/index.html
@@ -29,5 +29,9 @@ <h1>JavaScript Programming</h1>
29
<!-- <script src="./18IfElseIf.js" ></script> -->
30
<!-- <script src="./19switch.js" ></script> -->
31
<!-- <script src="./20While.js" ></script> -->
32
+ <!-- <script src="./21ForLoop.js" ></script> -->
33
+ <!-- <script src="./22BreakContinue.js" ></script> -->
34
+ <!-- <script src="./23doWhile.js" ></script> -->
35
+ <!-- <script src="./25ArrayMethod.js" ></script> -->
36
</body>
37
</html>
0 commit comments