var x = if (condition) a; else b;
var y = {let x = m; let y = n; x+2*y;}
Why does JavaScript don't support these?----------- To Ecma International: Release the ECMAScript specification under Creative Commons Attribution 1.0+ / Open Web Foundation License 0.8+ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

