+ 2
what's the mistake?
number sorting https://code.sololearn.com/WmulCqoV3CoY/?ref=app
3 Respostas
+ 1
window.onload = function() {
var brb = [23,47,8,2456,87,123];
document.getElementById("arb").innerHTML = arc(brb);
function arc(klc){
return Math.max.apply(Math, klc);
}
}
+ 1
@ChaoticDawg He already fixed the error now,right?
0
Yes, it looks like he fixed it now.