Entries by Shivam Thakar

JavaScript OOPS Concept

JavaScript OOPS – Object Oriented Programming System   πŸ“˜ What is OOPS? OOPS stands for Object Oriented Programming System. In simple words, OOPS is a way of writing code where we group data and functions together using objects. πŸ‘‰ OOPS helps us write clean, organized, and reusable code.   πŸ”Ή Why Use OOPS in JavaScript? […]

What is Ajax? & API Call Using Ajax.

  AJAX Basics – Load Data Without Refreshing the Page   πŸ“˜ What is AJAX? AJAX stands for Asynchronous JavaScript and XML. In simple words, AJAX allows us to send and receive data from server without reloading the web page. πŸ‘‰ The page stays the same, only data changes. πŸ”Ή Why Use AJAX? βœ… No […]

Css FrameWork :- BootStrap & Tailwind Css

  Bootstrap Basics – Build Responsive Websites Faster   πŸ“˜ What is Bootstrap? Bootstrap is a CSS framework. In simple words, Bootstrap gives us ready-made CSS classes so we don’t have to write CSS again and again. πŸ‘‰ Bootstrap helps us create responsive websites quickly.   πŸ”Ή Why Use Bootstrap? βœ… Fast development βœ… Mobile-first […]