Using only the script tag, sum the two span values together, and put the sum in the p tag with the id result.
To convert a String value to an int, you can use the function parseInt(), which returns the integer value of a String. You will need to use this to convert the content of each span to an int. The result should contain the sum of the two numbers