Skip to content

Ahmed-Hamdy101/Nodejs

Repository files navigation

NodeJS Tutorial Udacity

 License npm install Fork this JSFiddle Buy me a coffee Stackoverflow profile

  • ch1 : module System
  • ch2 : test console nodeJS-p1
  • ch3 : test console nodeJS-p2
  • ch4 : core modules
  • ch5 : event loop
  • ch6 : node package manager install
    • NPM
    • preiiter
    • eslint
  • ch7 : all ine one test

🧾 Requiments

- if not installed nodejs

  • ⚠️ you should have node installtion

- if have installations

  • ✅ choose any chapter %x and run :

    node index.js
    
  • you can also run but sure you the file name's index.js :

    node .
    
  • alternative way without node google console is build on v8 :

    console.log("Hello world from index")
  • JavaScript runtime built on Chrome’s V8 engine. Node.js uses an event-, toggle console, => otuput

    hello world from index

🧑‍💻 Resources