This repo has files related to JavaScript Development that I have made during learning the Backend Department briefly,
I will learn this department of JavaScript using a course video of FreeCodeCamp with url : https://www.youtube.com/watch?v=Oe421EPjeBE
Few projects will be added for real and practical learning of Backend . Node.js and Express.js will be learned in this repo.
The topics covered will be :
- Node.js and Express.js fundamentals
- Complex REST API
- MERN app
- More Projects
Node JS is an environment to run JS outside a web browser, It runs on the Chrome V8 JS Engine.
Using Node JS we have no access to global API's and also no access to DOM and Window.