I think the point here that your functions can do something even if they do not return anything (they do not have a return statement so they return undefined by default) but still can change variables and stuff
Here is the challenge: " Create a function addFive without any arguments. This function adds 5 to the sum variable, but its returned value is undefined ."