When i run the code console.log('hello world') i am not getting output to be displayed

when i run the code console.log(‘hello world’) i am not getting output to be displayed

Have you tried to reload page?

If you are using an HTML/CSS/JS repl, hit the wrench icon in the top-right corner of the webview to view the console output.

3 Likes

where is the wrench icon broo

On the top-right corner of the webview, as Ironclad said.

2 Likes

actually it is hello world program

not express app or express.js

OmegaOrbitals2 and ReplitIronclad

If your Repl uses the HTML, CSS and JS template, the output will be printed in the webview console view, which can be accessible by clicking on the wrench tool at the top-right corner of the “Webview” tab. Both @OmegaOrbitals and @IroncladDev have already mentioned this.

For Node.js, the output will be printed in the “Console” tab.

If it still does not appear, you can always try reloading the Repl or checking your code for any errors and if it runs.

Yeah I agree to it Praquron

:slight_smile: to the previous post