Home > Software engineering >  coding platform (like VS CODE STUDIO) that have Node.js installed
coding platform (like VS CODE STUDIO) that have Node.js installed

Time:02-28

Hi guys I am new to this community I just started my programming journey and I am seeking your Help. My computer broke and I am currently eager to finish my course which includes downloading Node.js. The problem is the only device that I have is my company laptop. So the question is there any free coding platform (like VS code ) I can use that would have had Node.js installed?

CodePudding user response:

NodeJS is a separate engine. You must download it in order to access it.. or if you want to do simple stuff like console.log or forEach then use your browsers console

CodePudding user response:

I think you need a cloud based code editor

Here are the few ones that I know

1)Glitch

2)Replit

3)Goormide

You can write your code there and run it with nodejs on the cloud servers they own

  • Related