Search posts, tags, users, and pages
Manoj Konda
Web developer, security explorer, and aspiring tech storyteller.
๐ค Take a look at this JavaScript code. What do you think it outputs? console.log(myVar); // What happens here? console.log(myFunc()); // And here? var myVar = "Hello World"; function myFunc() { return "I'm a function!"; } If you expected errors...
No responses yet.