случайный положительный или отрицательный JavaScript

Math.random() < 0.5 ? -1 : 1;
new python programmer