Skip to content

Instantly share code, notes, and snippets.

@wwalser
Last active April 12, 2016 01:30
Show Gist options
  • Save wwalser/b28fb0dca9b40baa0916d63df7f0b315 to your computer and use it in GitHub Desktop.
Save wwalser/b28fb0dca9b40baa0916d63df7f0b315 to your computer and use it in GitHub Desktop.
non-minified vs minified
var firstVar = 1;
var secondVar = "second";
var identityFunc = firstArg => firstArg;
var a=1,b="second",c=function(a1){return a1;};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment