In a programming language, variables are used to store data values.
JavaScript uses the "var" example: var x; keyword to declare variables.
An "equal sign (=)" is used to assign values to variables.
#laravel #laravel8 #javascript #jquery #howto #how #howtocreate #howtodraw #howtomake
In one word "variables are containers for storing data values."
Example:
var a = 100;
var b = 200;
var c = a + b;
In the above Example: a stores the value 100, b stores the value 200 and c stores the value 300
In this video i have described in details that "How JS variables workes".
Source Code:
https://drive.google.com/open?id=18nr...
Website:
http://www.tutorialstars.com/
https://tutorialspointbangla.blogspot...
Please keep watching our video and stay with us.
Thank you.