JavaScript Variables
JavaScript variables are "containers" for storing information.
javascript variables works same like as variables in any other programming language.
Example:
var x=5;
var y=6;
var z=x+y;
Credits:
I fond this tutorial on youtube. This tutorial is created by Thenewboston.
Watch Here The original uploaded video from authors website.
0 comments: