Files
2018-10-16 21:32:40 +05:30

921 B

title
title
Meet the Node console

Meet the Node console

Make sure you have cloned the correct repository/glitch project and are writing your code in myapp.js.

There are many methods available from the node console. You can find a list of these methods with Node.js documentation here. A common use would be to log errors such as:


    console.log("An error happened");

If you use Glitch

  • Glitch had changed the 'Logs' button to 'Status' button, still on the top-left, under the app name
  • Don't submit the 'Edit' page directly. Click the 'Show' button (on top) and submit the application show page's url (url format is like https://appname.glitch.me/)