Aug 28, 2024
console.log("This is my output")console.tullu (will cause an error).var a = 67;
let instead of var.a = "harry"; changes the type from number to string.let 8harry = 7; is invalid).var is not allowed).Harry and haRRy are treated as different variables.var, let, and const will be discussed.