This release includes the following methods:
shuffleArray- Shuffles an array, returning another array with the same values but in a different orderreverseArray- Reverses an array by creating a new array with the same values in the opposite orderpad- Pads a string by adding characters on both sides until the string reaches a certain sizepadStart- Pads a string by adding characters to the start until the string reaches a certain sizepadEnd- Pads a string by adding characters to the end until the string reach a certain sizechunkArray- Splits an array into n-sized chunksaverage- Finds the average of an array