Open rpire opened 3 years ago
https://github.com/rpire/to-do-list/blob/cd172548efc176a9bf255c9ce713c26eda374bef/src/check_complete.js#L3
An arr.forEach could have been added instead of a for to make the code more appealing and stick to best practices.
arr.forEach
for
https://github.com/rpire/to-do-list/blob/cd172548efc176a9bf255c9ce713c26eda374bef/src/check_complete.js#L3
An
arr.forEach
could have been added instead of afor
to make the code more appealing and stick to best practices.