Insert and Shift an Array Challenge Insert a number into the middle index pf a new array and shift a given array into that new array. #Solution