rpire / to-do-list

This is a project for the second week from module: #2 of the Microverse Program
5 stars 0 forks source link

Do I follow JavaScript best practices? #7

Open rpire opened 3 years ago

rpire commented 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.