Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Last active June 6, 2016 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusshepp/a03a35a6fb6c243212134d8148f91d32 to your computer and use it in GitHub Desktop.
Save marcusshepp/a03a35a6fb6c243212134d8148f91d32 to your computer and use it in GitHub Desktop.
syntactic sugar
// http://codegolf.stackexchange.com/questions/2682/tips-for-golfing-in-javascript?lq=1
var test = "hw";
(() => test)(); // >> "hw"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment