Skip to content

Problems with the JavaScript Fundamentals practice file #12

@NayeemXVII

Description

@NayeemXVII

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions