Types of Variables
javascript is a loosely data but strictly case sensitive type language.
We declare JavaScript variables with the var keyword:
var sitename="tutsclub";
var pi=3.14;
var x=5;
Credits:
I fond this tutorial on youtube. This tutorial is created by Thenewboston.
Watch Here The original uploaded video from authors website.
0 comments: