Update the var keyword in README to const
Open
future
- Dominant language
- JavaScript
- Stars
- 6.4k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
Since the `var` keyword is considered outdated and less preferable compared to `let` and `const`. I think it would be beneficial if we updated the var keyword to const in the `README`. This change will align with the modern JS standards and will ensure that developers following the `README` are using the modern JavaScript coding standard.
Contributor guide
Assessment
This issue has not been assessed yet.