React Js : React Js is a Javascript library, used to create single page web applications. React uses JSX for writing its components. JSX stands for Javascript XML. In jsx we can write HTML and JS together. As React Js…
Month: February 2024
NPM in Node Js
NPM stands for Node Package Manager. It is used to install various libraries in our project. NPM is a default package manager for Node Js. It has basically two parts: A code repository, where all the code is hosted. A…
URL Module in Node Js
URL stands for Uniform Resource Locator, It is used to surf and access any website available on the internet. Every page available on the internet has a unique URL. It is the URL, which helps in identifying the web pages.…