Hi All - I see freecodecamp has a whole new look and design. My issue now is that when executing the code, the only text I am seeing in the console box is:
// running test
// tests completed
I have uploaded a screenshot.
Now I do not see any of the actual console.log() information. For example if i created a function which added 10 + 5 and returned the answer , I do not see 15, I only see //Running test //tests completed.
Is this a glitch? surely we should be seeing detailed output in the console?!