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

Exception to warning for uninitialized var in loop #8

Open
pvdz opened this issue Jul 4, 2012 · 1 comment
Open

Exception to warning for uninitialized var in loop #8

pvdz opened this issue Jul 4, 2012 · 1 comment

Comments

@pvdz
Copy link
Owner

pvdz commented Jul 4, 2012

for (var i = 0, code; code = codes[i]; ++i) { should not show this warning

@Mouvedia
Copy link

Mouvedia commented May 13, 2018

Iv got another one: while (!(pair = entries.next()).done) {

BTW the warning is uninitialized value in loop.

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