learn-javascript
learn-javascript copied to clipboard
Practice time 2 html files pointing to wrong js file
In the folder [4. Practice time - part 2], the index.html for the files contains the line:
<script src="index.pack.js"></script>
This should be:
<script src="index.js"></script>
Affected folders with this issue:
- Objects and functions
- if else
- Loops and arrays
- Logical operators
- Rock papers scissors
Please fix this typo.
Isnt that something for scrimba under the hood? @levimake