javasript scope Flashcards
1
Q
what are the two scopes that we have before es6
A
function scope and global scope
1
Q
es6 introduced two new variables
A
let and const
2
Q
A
3
Q
A
what are the two scopes that we have before es6
function scope and global scope
es6 introduced two new variables
let and const