Please help me and cannot do this

Tell us what’s happening:

Your code so far


var sum = 0;
function addThree() {
sum = sum + 3;
}

function addFive() {
sum = sum + 5;
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36.

Challenge: Understanding Undefined Value returned from a Function

Link to the challenge:

Hey @ghostgamer416,

  • It looks like you messed with parts of the code that you shouldn’t. The challenge said only to change the codes inside a specific area. When there is comments like this, please follow it, because you are going to mess up the test if you mess the rest of the challenge.
    .
  • So next time, do not mess up the setup. What you can do now is just press the Reset All Code and re-do the addFive() function.