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:
laury
September 29, 2021, 2:51pm
2
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.
system
Closed
March 31, 2022, 7:13pm
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.