In JavaScript how would I create a variable to go through an array and remember not only the highest value but also the position of that value
solved In JavaScript how would I create a variable to go through an array and remember not only the highest value but also the position of that value