Computer Science

BASIC CRUD OPERATION IN PHP AND MySQL.

Getting Started In this article, we're going to explore how to perform basic operations on data using PHP. We'll build a web application that allows

Codynn Codynn 15 Min Read

Browse All Post

Data Type & Operators in Javascript

Data Types There are two types of types in JavaScript: primitive types

Conditional Statement in Javascript

Conditional Statements Conditional statements are used to do various actions in response

DOM manipulation in Javascript

DOM manipulation DOM(Document Object Model) manipulation represents the whole HTML document. When

DOM Elements with CSS Selectors

How to Select DOM Elements with CSS Selectors querySelector() Method The technique