Breaking the Records

  • + 0 comments

    // Write your code here var record_max = scores[0]; var record_min = scores[0]; var min = 0; var max = 0 for(var i=1; irecord_max){ max++; record_max = scores[i]; } else if(scores[i]