Any number to the power of 0 is 1. The intuitive reason for this is that counting down, each result decreases by the same factor (2, in this case):
2^3 = 8
2^2 = 4
2^1 = 2
2^0 = 1
The math behind it is more complicated, but I'll tackle that another time.