We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4201d4b commit 851e8bbCopy full SHA for 851e8bb
examples/chapter03/01-Stack.html
@@ -5,8 +5,9 @@
5
<title></title>
6
</head>
7
<body>
8
-<script src="./../../dist/js/data-structures/stack.js"></script>
9
-<script src="./../../dist/js/data-structures/stack-array.js"></script>
10
-<script type="module" src="01-Stack.js"></script>
+ <!-- script src="./../../dist/js/data-structures/stack.js"></script>
+ <script src="./../../dist/js/data-structures/stack-array.js"></script -->
+ <script src="./../PacktDataStructuresAlgorithms.min.js"></script>
11
+ <script type="module" src="01-Stack.js"></script>
12
</body>
13
</html>
0 commit comments