JavaScript Fundamentals: The Concepts Beginners Often Miss
Variable declaration without a keyword in JavaScript
firsttName = "Ayan";
console.log(firsttName);
JavaScript will execute this script, even without declaring the variable with any keyword (var, let,
devasif-7.hashnode.dev6 min read