In this video series, Stephen Mayeux (stephenmayeux.com) walks through the algorithmic challenges at Free Code Camp.
*Return Largest Numbers in an Array* -- Using `push()` to add numbers to the end of an array. Using `sort()` to sort an array of Strings and Integers.