Showing posts from October, 2021

JavaScript Variables

JavaScript variables: JavaScript variables are containers for storing data values. We can declare a…

JavaScript Comments

Comments: There are two types of comments in JavaScript… Single line comment Multi-line-comment S…

JavaScript Operators

Operators: As with other programming languages, JavaScript has operators. Basically, JavaScript ope…

Data Types

Data types: The data type is the building block of any programming language. It’s an essential piec…

JavaScript Console

Console: A console is a tool or panel that developers use to record the output of their JavaScript …

That is All