1
0
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.
2022-12-09 13:17:29 +01:00
2021-12-28 11:48:29 +01:00
2022-12-08 18:44:57 +01:00
2022-12-09 13:17:29 +01:00
2022-12-04 17:31:33 +01:00
2021-12-02 13:14:15 +01:00
Description
Source code for my personal website.
https://em.0x45.cz
19 MiB
Languages
HTML 51%
SCSS 43.2%
JavaScript 5.8%