Skip to content

Instantly share code, notes, and snippets.

@pk936
Created May 22, 2017 05:50
Show Gist options
  • Save pk936/387a3fb370e62f20b1dc949f28e09117 to your computer and use it in GitHub Desktop.
Save pk936/387a3fb370e62f20b1dc949f28e09117 to your computer and use it in GitHub Desktop.
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