Code:
myFun()
var myFun= function (){
console.log("1")
}
myFun()
function myFun(){
console.log("2")
}
myFun()
Output:
2
1
1
BlogMate
Your BloggerSpace assistant
Hi! I'm BlogMate, your BloggerSpace assistant. Ask me to find blogs, recommend topics, or explain how the platform works — I'll pull live data and share clickable links.
Powered by Gemini · may occasionally be wrong
Code:
myFun()
var myFun= function (){
console.log("1")
}
myFun()
function myFun(){
console.log("2")
}
myFun()
Output:
2
1
1
BloggerSpace author · 2 followers
Enjoying the read?
Get new posts delivered straight to your inbox. No spam, opt out anytime.