Discipline

computer

1 article published
programming

How to customize DOM using jQuery

To customize the Document Object Model (DOM) using jQuery, you can use various jQuery methods to select, manipulate, and modify HTML elements and their attributes. Here's…

Arjun Mishra · 4 September 2023
programming

what is oops concept

Object-Oriented Programming (OOP) is a programming paradigm that uses objects and classes to organize and structure code. It is based on several fundamental concepts that help…

Arjun Mishra · 3 September 2023 · 1 comments