Update 08_day_objects.md

added comment
pull/555/head
Ramu Ummadishetty 3 years ago committed by GitHub
parent 298bc56ac8
commit c48433666d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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