Loops: For and foreach iterate over each element in an array. In a standard loop we can exit the loop with break but restarting the iteration is not easy. **Iterator**: An iterator is any object that ...
Playing around with adding custom Symbol.iterator properties to arrays in order to hijack the default iteration behaviour. Also a good chance to mess around with generator functions and discover the ...