Fixing JavaScript

Open Beginner friendly
#109 14 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Stale
Tech stack
javascript
Domain
frontend

Research direction

The issue is about updating variable declarations from var to let or const in the JavaScript files of the repository. Start by locating all JavaScript files (likely in the project root or a js/ directory) and using a code editor's search feature to find instances of var. Determine the appropriate replacement (let for variables that are reassigned, const for constants) based on usage. After making changes, test the quiz functionality in a browser to ensure no regressions.

Written by the indexing model from the issue text.

Description

planned for v2

I noticed variables are declared as var instead of using let or const someone should change all of them to their respected type. If no ones willing to do this I'm alright with working on this.

Dominant language
HTML
Stars
1.1k
Forks
451
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from 8values/8values.github.io

All issues in 8values/8values.github.io

Similar issues

More Web Dev issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.