Write a JavaScript program with a function named fives thatreads two numbers from two text fields and then outputs to a div\"True\" if both of the numbers are greater than 5 or if their sum isgreater than 20. Otherwise your function should output \"False\" tothe div. If you wish, you may use the following HTML code to beginyour program.