pull/555/merge
Ramu Ummadishetty 6 months ago committed by GitHub
commit 347cecd342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -85,7 +85,7 @@ function letsLearnScope() {
let b = 100
console.log(a, b) // Python 100
}
console.log(a, b)
console.log(a, b) // JavaScript 10
}
letsLearnScope()
console.log(a, b) // JavaScript 10, accessible

Loading…
Cancel
Save