primeprojects...

Coding All Courses

01 JS Introduction

JavaScript is a lightweight, interpreted, and object-oriented programming language.

02 JS syntax

JavaScript syntax refers to the set of rules that define how JavaScript code is structured and written.

03 JS to declare variables

In JavaScript, variables are declared using var, let, or const.

04 JS operators

JavaScript operators are symbols used to perform operations on variables and values.

05 JS Data Types

A Data Type defines the type of data that a variable can hold.

06 JS Function

A function in JavaScript is a block of code designed to perform a specific task.

07 JS Objects

A JavaScript Object is a container that stores data in the form of key-value pairs.

08 JS obj P.M.D.C

JavaScript Object Properties, Methods,Display, Constructors

09 JS Event

A JavaScript Event is an interaction that occurs in the browser that the JavaScript can respond to.