Given an array of forecasted maximum temperatures, the thermometer displays a string with the given temperatures. Example: 17, 21, 23 will print "...
What is DOM?