With es6 we could (() => {})()
Is there any way to write self-executing block in a way like we can do it in jsx? I mean, just { ["a"][0] }
, witch should return "a"
.
What's I found so far http://wiki.ecmascript.org/doku.php?id=proposals:block_expressions&s=let