Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practice time 2 html files pointing to wrong js file #13

Open
levimake opened this issue May 15, 2022 · 1 comment
Open

Practice time 2 html files pointing to wrong js file #13

levimake opened this issue May 15, 2022 · 1 comment

Comments

@levimake
Copy link

levimake commented May 15, 2022

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.

@mush1e
Copy link

mush1e commented May 15, 2022

Isnt that something for scrimba under the hood? @levimake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants