Closed
Description
Docs page(s)
What documentation issue do you want to solve?
Many examples use var
, which is considered bad practice as it often leads to errors. const
and let
have had good support in all browsers for a long time.
What do you think is the correct solution?
Rewrite examples that use var
using const
and let
.
Participation
- I am willing to submit a pull request for this change.
Additional comments
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Complete