JSFiddle - React, Tailwind, and code Playground

JavaScript

var num = -15;
num %= 360;
alert(num);