Skip to content
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

Let/var/const #47

Open
otajor opened this issue Nov 23, 2016 · 2 comments
Open

Let/var/const #47

otajor opened this issue Nov 23, 2016 · 2 comments

Comments

@otajor
Copy link

otajor commented Nov 23, 2016

Not sure your use of these is totally consistent.

Here you use let for variables that don't seem to ever be re-assigned, and in the same file you also use var and const. As far as I can see everything in that file could be a const.

Not a big deal and probably won't break anything but why not be consistent :)

@otajor
Copy link
Author

otajor commented Nov 23, 2016

@msmichellegar
Copy link

Ha I was going to raise this issue too. FAC is on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants