video 4 javascript

PHOTO EMBED

Sat Oct 26 2024 08:26:18 GMT+0000 (Coordinated Universal Time)

Saved by @E23CSEU1151

const accountID = 145242;//constant value 
let accountEmail = "dhingra@gmail.com";// variable we will use it the most 
var accountPassword = "123433";// variable we dont use var generally
accountCity = "jaipur";

accountEmail = "dhbscbbcd@g.com";
accountPassword = "132322";
accountCity = "bengaluru";
let accountState;

console.log(accountID);
console.table({ accountID, accountEmail, accountPassword, accountCity ,accountState });
content_copyCOPY