エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
revive let blocks
I'd like to ask if there's anyone on TC39 that would be willing to champion a proposal to add the... I'd like to ask if there's anyone on TC39 that would be willing to champion a proposal to add the let-block (let-statement) syntax? I currently write my block-scoped declarations as: { let a = 2, b, c; // .. } I do this because I want to be in the habit of always putting my let declarations at the top of blocks to avoid TDZ hazards. However, Firefox has long had the alternate let-block/statement s
2015/06/18 リンク