CodingTrain / CodingTrain/Intro-to-Data-APIs-JS
'years' and 'temps' should not be constants for 1-2
Offen
- Vorherrschende Sprache
- HTML
- Sterne
- 759
- Forks
- 592
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
They start off as an empty array and then get added to so the cannot be `const `and should be `var` or `let` instead.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript
- Bereich
- web-dev
- Issue-Typ
- Bug
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100