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 });
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter