Skip to content

Instantly share code, notes, and snippets.

@satyr
Created September 2, 2010 17:25
Show Gist options
  • Save satyr/562589 to your computer and use it in GitHub Desktop.
Save satyr/562589 to your computer and use it in GitHub Desktop.
javascript:alert(function(){})
// SpiderMonkey / Rhino
function () {
}
// v8
function (){}
// JavaScriptCore
function () {}
// JScript / Carakan (prints the source as is)
function(){}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment