Microsoft認定資格 Developer Associate(予想問題) その6
通常
試験時間: 00:00問題時間: 00:00
問題一覧
問題 3 / 65
取得したオブジェクト y に specialRequests プロパティが存在しない場合に初期化する条件式として適切なのはどれですか
①if('specialRequests' in y)
②if(!('specialRequests' in y))
③if(y.specialRequests === undefined)
④if(typeof y.specialRequests === 'undefined')
⑤if(y.hasOwnProperty('specialRequests'))
