Feb 19, 2021
Console.log
Few tools along my journey have proven themselves to be more powerful than console.log…. Supplied by JS its typically the first way that you can see information when you start up your server, also, every app that Ive built and seen anybody else build, the obligatory “HELLO WORLD” is typically shown through this
I use VSCode as my IDE(independent dev environment) of choice. Starting with any empty project use the side bar to create a new file…
With this in place, and file saved you can now run your server and see “HELLO WORLD” printed out on your screen