Did not understand last 20 seconds

please describe what mam exactly meant by 5.50 to 6.10

your function(additionReturn) is returning an integer (sum).how will u print it?
you can either define a variable that stores what we got from the function like in the vid and then print it
or we can directly write syso(additionReturn(30,40));