Mitsuyuki.Shiiba
id:bufferings
JavaScriptの勉強中:その2 Expressions and Operators
はい、昨日の続き。 bufferings.hatenablog.com ## Ch.4 Expressions and Operators ### 4.4.1 Conditional Property Access ES2020 で以下の2つのプロパティアクセス式が追加された: expression ?. identifier expression ?. [ expression ] 普通のプロパティアクセスの場合には、左側の式が null か undefined だと Typ…