Help guys i am stuck

Tell us what’s happening:
help

Your code so far


console.log(outputTwo);
console.clear(); //don’t say console.clear(outputOne).
console.log(outputOne);

Your browser information:

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

Challenge: Understanding the Differences between the freeCodeCamp and Browser Console

Link to the challenge:

You just need to run console.log(output) and console.clear() in the challenge. I think its just to demonstrate how you can log things to the browser console as well as in the FreeCodeCamp console.

Okay Can you plz put the code

You should clear the console after your log.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.