Debugging: FCC and Browser Console help needed

Hello everyone. I’ve just started my “Debugging” challenges, but already found something confusing. According to the challenge, “outputTwo” should print 2 times,but all i get is just one output. Should it print first time after you write “console.log(outputTwo);” and then print it one more time when you add “console.log(outputOne);”? Or it should print it two times right away?

Can you add a link to the challenge?

https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/debugging/understanding-the-differences-between-the-freecodecamp-and-browser-console/