We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86da49d commit 2935ca3Copy full SHA for 2935ca3
JavaScript Part-01/index.html
@@ -48,5 +48,9 @@ <h1>JavaScript Programming</h1>
48
<!-- <script src="./38SpreadOperator.js" ></script> -->
49
<!-- <script src="./39ObjectDestructuring.js" ></script> -->
50
<!-- <script src="./40ObjectInsideArray.js" ></script> -->
51
+ <!-- <script src="./41NestedDestructuring.js" ></script> -->
52
+ <!-- <script src="./42Function.js" ></script> -->
53
+ <!-- <script src="./43ArrowFunction.js" ></script> -->
54
+
55
</body>
56
</html>
0 commit comments