3. Variables, Data Types and Operators : JAVASCRIPT

Variables, Data Types and Operators

Variables, Data Types and Operators

The JavaScript variables are the holders for putting away information values. 

var a = 56; 

var b = "Name"; 


To see the yield, we need to compose - 

console.log(a); 

console.log(b); 


The consequence of both the factors will be shown in the console tab of the program. These sorts of factors are referred to as dynamic typing as you don't need to recognize the data type. 


In case you are a web engineer don't deep dive into the information on center programming ideas since it can redirect you from turning into an effective web designer.

Post a Comment

0 Comments