-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
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
Use const declarations instead of var wherever constants are declared #614
Comments
Hi, can I take it? |
@yonis9 Yes, this would be an easy first PR. Just make sure that it is only constants that you define with |
can i take this issue |
Yes you can, thanks. |
i new to this so just asking i just need to convert all var type in const type in all .js scripts |
@ritikkuril No, as is written above, only values that are actually constants should be converted. |
@ritikkuril have you done setup on your localpc? can you guide me in that ? how you did that? |
@fabcoder547 i am also new bro |
We have established with #613 that
const
works with all the browsers we support, and it improves readability as well as (presumably) improving browser/app memory management (likely a very tiny effect).The text was updated successfully, but these errors were encountered: