© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Adib Hasib
I like books, poems, music and mountains but currently busy centering divs.
console.log(foo) var foo = 10 console.log(foo) The expected behavior of the execution of the above code is that it’s gonna throw a ReferenceError because we are trying to log a variable that doesn’t exist(yet). But the execution of the above code ...
No responses yet.