y = function(x) {...}
return x[0] > x[1] ? 0 : (x[1] > x[2] ? 1 : 2);
Last Updated: April 23, 2026 at 2:39 AM