Issue with Object rotation y

three things, 1) values are in radians, not degrees, 2) you need to change rotation order first before you can expect the same value in rotation.y that you passed to rotateY, and 3) negative value such as -1, for example, is the same as positive value 2π -1 (= 5.283…)