CodingTrain / CodingTrain/Intro-to-Data-APIs-JS
'years' and 'temps' should not be constants for 1-2
Open
- Dominant language
- HTML
- Stars
- 759
- Forks
- 592
- PR merge metrics
- No merged PRs in 30d
Description
They start off as an empty array and then get added to so the cannot be `const `and should be `var` or `let` instead.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the JavaScript examples for the `years` and `temps` declarations mentioned in the issue. Check how those arrays are initialized and then updated. Done means they use a non-constant declaration while preserving the existing behavior; no test file or specific entry point is named.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100