js how to get the center of an array code example Example: javascript middle of array var arr = [1,2,3,4,5]; return arr[Math.floor(arr.length/2)];