Two array algorithms for The Web Developer Bootcamp. Will edit with the other ones later.
function printReverse(arr) { return arr.reverse(); } printReverse([1,2,3,4]);