fack2 / Dictionary-Giphy-App

0 stars 1 forks source link

no more for loops! #27

Closed eadehemingway closed 5 years ago

eadehemingway commented 5 years ago

https://github.com/fack2/Dictionary-Giphy-App/blob/39e6b5004a4a7c48fe14c52a59feb453b8f3c4fa/public/js/dom.js#L40

replace this with forEach!

sulieman1 commented 5 years ago

Replaced the for loop with a forEach method! issue fixed @eadehemingway

eadehemingway commented 5 years ago

very nice!