Skip to content

Instantly share code, notes, and snippets.

@jugglinmike
Created December 16, 2012 01:59
Show Gist options
  • Save jugglinmike/4302297 to your computer and use it in GitHub Desktop.
Save jugglinmike/4302297 to your computer and use it in GitHub Desktop.
Adventures in bizarre JavaScript
Array.constructor.apply(null, { length: 2, 1: "alert(undefined)" })("Nu-uh!")
var mikeEval = function(code) { return Array.constructor("return " + code)(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment