adambard / adambard/learnxinyminutes-docs
[javascript/en] var -> let/const
Ouverte
- Langage dominant
- Markdown
- Étoiles
- 12.3k
- Forks
- 3.7k
- Merge moyen
- 13 h 10 min
- PR mergées (30 j)
- 6
Description
In the javascript tutorial the `var` keyword is introduced and used extensively, while `let` and `const` are only mentioned briefly under the ES6 additions section at the end. In this day and age, where ES6 is support is extremely common and use of `var` is essentially entirely been supplanted by `let` and `const`, wouldn't it make more sense to have `var` be the footnote instead?
I can make this change, I just want to see what ppl think
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.