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.
where is the wrench icon broo
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 @OmegaOrbitals2 and @ReplitIronclad 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
to the previous post