Create a 2D "square" array that is filled with arrays of the same length.
Comparing performance of: While Loop with declaration vs While Loop with Slice vs While Loop with Push and Slice vs While Loop with Push vs Array.from with map vs Array.from with map and slice