Write a program (javascript) that uses a loop to repeatedly aska user to enter a homework grade. Allow the user to enter anothernumber until the user enters -1. After the user enters -1,calculate the average grade of all the numbers entered notincluding the -1 and alert the average to the user.
Expert Answer
Answer to Write a program (javascript) that uses a loop to repeatedly ask a user to enter a homework grade. Allow the user to ente…