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 a8672da commit 7751aeaCopy full SHA for 7751aea
JavaScript Part-01/index.html
@@ -55,6 +55,9 @@ <h1>JavaScript Programming</h1>
55
<!-- <script src="./45FunctionINfunction.js" ></script> -->
56
<!-- <script src="./46LexicalScope.js" ></script> -->
57
<!-- <script src="./47BlokVSfuncScope.js" ></script> -->
58
-
+ <!-- <script src="./47BlokVSfuncScope.js" ></script> -->
59
+ <!-- <script src="./48DefaultParameter.js" ></script> -->
60
+ <!-- <script src="./49RestParameter.js" ></script> -->
61
+ <!-- <script src="./50ParamDestructuring.js" ></script> -->
62
</body>
63
</html>
0 commit comments