# Very new to the syntax of everything, trying to get a grasp on it. I can understand what the function is doing and what its supposed to do, but im confused
# Assume an ordered array, start at the middle. If the target is smaller, go left (max is the old middle - 1), else go right (min is the old middle +1)