filmov
tv
3 - JavaScript Variables continuation | JavaScript Tutorial for Beginners

Показать описание
We can declare above variables by starting with a keyword var and separate the variables by comma( , )
var institute = 'Gophp', city = 'Hyderabad', pincode = 500038, price = 789.58, status = true;
var institute = 'Gophp', city = 'Hyderabad', pincode = 500038, price = 789.58, status = true;