Created
July 31, 2016 21:20
-
-
Save egrueter-dev/aff83929a8de0da62d8f6025cc5c9eb6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| } // Defining our block | |
| let secret = ‘skedaddle’ | |
| let secret = ‘password’ | |
| //=> Uncaught SyntaxError: Identifier ‘secret’ has already been defined. | |
| { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment