セクション 3. 章 15
single
Boolean 1/4
メニューを表示するにはスワイプしてください
What are Booleans Values
The boolean data type is either true or false. In programming, we often need to know if an expression (code snippet which evaluates to some value) is true or false so in that case, we use boolean values. In JavaScript, boolean variables are defined by the true and false keywords.
12let isClear = true; console.log(isClear);
タスク
スワイプしてコーディングを開始
Declare a variable isEarthFlat and assign the value false to it. Display the value on the console.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 15
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください