Created
May 22, 2017 05:50
-
-
Save pk936/387a3fb370e62f20b1dc949f28e09117 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
var arr = []; | |
var temp = 10; // says temp is unused | |
arr( | |
{ | |
temp: { // here temp is not recognised | |
a: 10 | |
} | |
} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment