I do not speak Javascript, but I suspect these links probably contain examples of some of the code you'll need:
Defining variables (storing team scores as variables): https://www.w3schools.com/js/js_variables.asp
Javascript arrays (storing team names and scores together): https://www.w3schools.com/js/js_arrays.asp
Sorting Arrays (to sort the teams by score): https://www.w3schools.com/js/js_array_sort.asp
This Youtube video might also help