We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const
let
Use const by default.
This is still up for discussion; opening this issue so that it doesn't get lost.
#899 talked about converting var to let; this task will change some lets to const (if they are never reassigned).
var
The text was updated successfully, but these errors were encountered:
If we're using const to communicate, a couple other possible perspectives:
Sorry, something went wrong.
No branches or pull requests
Use
const
by default.This is still up for discussion; opening this issue so that it doesn't get lost.
#899 talked about converting
var
tolet
; this task will change somelet
s toconst
(if they are never reassigned).The text was updated successfully, but these errors were encountered: