Skip to content

Comments

Replaces instances of "var" with "let" and delete package-lock#1

Open
CombineSoldier14 wants to merge 2 commits intoprotip-org:mainfrom
CombineSoldier14:main
Open

Replaces instances of "var" with "let" and delete package-lock#1
CombineSoldier14 wants to merge 2 commits intoprotip-org:mainfrom
CombineSoldier14:main

Conversation

@CombineSoldier14
Copy link

It's usually better to use let over var in JS. I tried changing them with scoping in mind so no issues occur but feel free to change it if there are any issues.

Also package-lock.json isn't needed on a GH repo, it's generated by node whenever you install something with npm

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

Successfully merging this pull request may close these issues.

1 participant