Before you started the lesson, this was the starter code.
// Setup
var sum = 0;
function addThree() {
sum = sum + 3;
}
// Only change code below this line
// Only change code above this line
addThree();
addFive();
You are supposed to add the answer you wrote here
Inside the comment tags.
// Only change code below this line
// Only change code above this line
This is why it is important to share your FULL code in the forum and not just your answer