learn-javascript icon indicating copy to clipboard operation
learn-javascript copied to clipboard

Practice time 2 html files pointing to wrong js file

Open levimake opened this issue 3 years ago • 1 comments

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.

levimake avatar May 15 '22 06:05 levimake

Isnt that something for scrimba under the hood? @levimake

mush1e avatar May 15 '22 07:05 mush1e