educative.io

Doubt regarding viewing Javascript Console Outputs in the Web Apps


I have a simple question. Whenever I am running the apps having Javascript code snippets after execution I can see the body of HTML only. I am unable to see the javascript output in the console. Is there any way to see that.

Hi @Arkoprova_Madhu,

Click on the link below the ‘Run’ button and you will be navigated to a new tab. There, you can see the output of your code and access console using inspect element.