fack2 / University-Autocomplete

0 stars 0 forks source link

Avoid for loops #27

Open jema28 opened 5 years ago

jema28 commented 5 years ago

Try doing this iteration using a different method; for loops should be avoided as much as possible as they're more error prone.

https://github.com/fack2/University-Autocomplete/blob/6586299d3cc6854379fdc9bf1a661a146989d3b2/public/js/script.js#L15-L23