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

Problem with JavaScript iteration #66

Open
rebeccapeltz opened this issue Jun 12, 2022 · 0 comments
Open

Problem with JavaScript iteration #66

rebeccapeltz opened this issue Jun 12, 2022 · 0 comments

Comments

@rebeccapeltz
Copy link

When I run an iteration with 2 console.logs it logs the
1
6

const arr = [1,2,3,4,5];
arr.forEach(item=>{
    console.log(item)
    console.log(item +1)
})

If I comment out one of the console.logs it logs correctly. Like, if I log out the second console.log, I get
1
2
3
4
5
6

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

1 participant