JavaScriptCheatSheet
JavaScriptCheatSheet copied to clipboard
Missing function scope
The section on Scopes and Statements only mentions block scope and global scope, and fails to mention function scope. This is related to #1