Emil Miler
aa289de836
Search optimisation
These changes make the code more efficient, since going trough an array with `forEach` is faster than iterating with a foor loop on every input change. Using `indexOf()` instead of `includes()` is faster as well.
Description
Languages
HTML
51%
SCSS
43.2%
JavaScript
5.8%