We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The scope exercise defines scope in javascript before the ES2015 standard. Being 5 years later the ES2015 is probably the most used javascript now.
javascripting
global
local
Include block scope. Rename local scope to function scope.
block
function
Usage is defined at these two links from w3schools for let and const,