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

Issues on JS best practices #4

Closed
Micky373 opened this issue Feb 22, 2022 · 0 comments
Closed

Issues on JS best practices #4

Micky373 opened this issue Feb 22, 2022 · 0 comments

Comments

@Micky373
Copy link
Owner

To_DO_List/src/index.js

Lines 41 to 43 in d58938b

for (let i = 0; i < taskLists.length; i += 1) {
taskLists[i].index = i + 1;
}

In this line of code I have seen repeating for 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

1 participant