Node.js
NodeJS nybörjarguide
Sök…
Hej världen !
Placera följande kod i ett filnamn helloworld.js
console.log("Hello World");
Spara filen och kör den genom Node.js:
node helloworld.js
Modified text is an extract of the original Stack Overflow Documentation
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow