Caching length property (internal and external) vs getting it each time in the loop, v2 (version: 0)
save length of the array in the variable vs get it the loop
Comparing performance of: Cache length (external) vs No cache vs Cache length (internal) vs Reverse loop, internal cache (var) vs Reverse loop, internal cache (let)