📄️ Case sensitivity in JavaScript
JavaScript is case sensitivity. Which means if you name a variable result and other Result, each variable refers to a separate,
📄️ Basic data type
Before going to data type we need to know about variables. Variables store data. Every variable has a name called identifier. Variables are
📄️ Composite types
A composite data type is a collection of similar or different datatypes under a single variable declaration. In other words, it is a data type that has multiple values grouped together.
📄️ Block
A block is used to group statements. The block is bound by a pair of curly braces ({}).
📄️ Expressions and operators
Expressions
📄️ Conditional Statements
In JavaScript you have the following conditional statements.
📄️ Statements
Statements are list of programming instructions used to control specific actions in JavaScript. JavaScript statements are made of: