This repository demonstrates a common source of confusion for JavaScript developers: block scope. Many programmers, particularly those coming from languages with only function scope, initially expect ...