1 . Scope JavaScript has the following kinds of scopes: Global scope Module scope In addition, variables declared with let or const can belong to an additional scope Block scope: The scope created with a pair of curly braces { let x = "In With...