0 if a == b, less than 0 if b is greater, greater than 0 if a is greater. Do not compare to 1 or -1! You must always use === 0, < 0, or > 0.