Express Server SetupIntroduction Express.js is a lightweight, fast web framework for Node.js that simplifies and streamlines server-side programming. Its potent capabilities and simplicity have made it one of the most common frameworks for creating online applications a...May 21, 2024·2 min read
DOM and its manipulation in JavascriptA web page's structure, content, and style may all be modified and changed using JavaScript thanks to the Document Object Model (DOM), which is a hierarchical representation of a web page. The Document Object (DOM) is a tree-like structure that repre...Jan 31, 2023·2 min read
Data Types in JavascriptI am currently in the process of learning Javascript, so the best way to strengthen my learning is by writing blogs on the topics I learned and sharing them. In today's blog, I have shared about data types in Javascript. In programming, a variable is...Jan 9, 2023·2 min read