given a list of five numbers called numbers, write code that displays the average of those five numbers. for example, if numbers contained [100, 100, 100, 100, 0] then your code would display 80 to the console. make sure your code works for any five numbers, javasscript