セクション 3. 章 30
single
Null
メニューを表示するにはスワイプしてください
What is Null
The data type null represents that there is no value. It is a primitive value in javascript.
To have a better understanding of null, we must know these two features about null:
nullprovides the non-existent value or empty value.nullhas to be assigned to a variable as it is not assigned by default (unlike theundefined).
12let number = null; console.log(number);
タスク
スワイプしてコーディングを開始
Declare a variable selectColor and assign the value of null to the variable and display the value of the variable.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 30
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください