You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the logic.js files you use a for loop to iterate through the todos array. forEach or map functions might make readability a little easier and (I think) is better practice.
The text was updated successfully, but these errors were encountered:
In the logic.js files you use a for loop to iterate through the todos array. forEach or map functions might make readability a little easier and (I think) is better practice.
The text was updated successfully, but these errors were encountered: