codedamn

HOW TO SEE console.log OUTPUT IN PLAYGROUND?

Asked by Delano Lourenco about 2 years ago

0

I am doing the 50day JS challenge and in the playground when I type console.log() I cannot see the output in the terminal.

Currently my fix is to, exit the http server on the terminal and run nodemon index.js. This works fine but then when I click Run tests it doesn't work. So I have to reload the site and then Run tests works.

1 Answer

    2

    You can see console.log() output under Browser logs

    @purnendu

    Purnendu

    @purnendu

Your answer