Checks whether it is faster to index an array before using it, or just using it as is, when few reads are involved
Comparing performance of: array.includes at the beggining vs array.includes at the end vs Indexation THEN check at the beggining vs Indexation THEN check at the end