エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Existential Operator / Null Propagation Operator
Tim Yung and I have hacked on a reference implementation for the "Existential Operator" using esp... Tim Yung and I have hacked on a reference implementation for the "Existential Operator" using esprima-fb and jstransform: "a?.b" Example: a?.b => (a == null ? void 0 : a.b) a?.b.c => (a == null ? void 0 : a.b.c) This must also make sure that a only gets evaluated a single time. Based on previous discussions on es-discuss and TC39, it seems that this was tabled for ES6. I think now is a good time t



2015/09/04 リンク