メインコンテンツまでスキップ

同値性

課題01
 

=====の違いは何ですか?

課題02
 

1 == '1'の結果は何ですか?

課題03
 

1 === '1'の結果は何ですか?

課題04
 

[] === []の結果はなんですか? また、その理由はなんですか?

課題05
 

{}.hoge === undefinedの結果は何ですか?

課題06
 

{}.hoge == nullの結果は何ですか?

課題07
 

{}.hoge === nullの結果は何ですか?