00:00:00 declaration & assignment
00:01:51 numbers
00:04:29 strings
00:06:57 booleans
00:09:24 exercises
// variable = A container that stores a value.
// Behaves as if it were the value it contains.
let fullName = "Bro Code";
let age = 25;
let isStudent = false;
document.getElementById("p1").textContent = `Your name is ${fullName}`;
document.getElementById("p2").textContent = `You are ${age} years old`;
document.getElementById("p3").textContent = `Enrolled: ${isStudent}`;
On this page of the site you can watch the video online JavaScript VARIABLES are easy! 📦 with a duration of hours minute second in good quality, which was uploaded by the user Bro Code 01 November 2023, share the link with friends and acquaintances, this video has already been watched 219,929 times on youtube and it was liked by 3.8 thousand viewers. Enjoy your viewing!