syntactic sugar
// http://codegolf.stackexchange.com/questions/2682/tips-for-golfing-in-javascript?lq=1 var test = "hw"; (() => test)(); // >> "hw"