セクション 3. 章 31
single
Undefined
メニューを表示するにはスワイプしてください
What is Undefined
Undefined is also a data type in JavaScript just like the null. When a variable is created or declared without assigning any value to it, then the value of the variable will be set as undefined by default.
12let age; console.log(age);
タスク
スワイプしてコーディングを開始
Declare a variable numberOfItems and assign the value of undefined to the variable and show the value of the variable.
解答
So, undefined variables can also be declared using the undefined keyword.
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 31
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください