Skip to content

Problems with the JavaScript Fundamentals practice file #12

Description

03. JavaScript Fundamentals/01. Build a Counter App/18. Write your first string variable/Exercise 1/index.html

This file path has a problem with the index.html file, the JavaScript file is linked with the wrong JavaScript file path

Something like this

<script src="index.pack.js"></script>

The solution will be like this

<script src="index.js"></script>

And the doctype of html is not given
The same problem exists in the Exercise 2 file.
I created this issue for practice.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions