Помогите пожалуйста)) Срочно !!!!!
javascript:function y(x) { let k = Math.sin(x) < 0 ? Math.pow(x, 2) : Math.abs(x); return k < x ? k * x : k + x; }