Given a list of integers, write a function to return the maximum product of three integers from the list.
[1, 2, 3, 4, 5]
60
Bot