<div dir="ltr">One more thought. This syntax would also placate ternary haters. I think the traditional complaint about ternary expressions is that people can&#39;t remember the order of the true and false values. This would not be an issue with:<div><br></div><div> let i = boo ? ( true: 123, false: 456 )<br></div><div><br></div><br></div>