Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Boolean 1/4 | Data Types and Variables
Introduction to JavaScript (staging)
セクション 3.  15
single

single

bookBoolean 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.

12
let isClear = true; console.log(isClear);
copy
タスク

スワイプしてコーディングを開始

Declare a variable isEarthFlat and assign the value false to it. Display the value on the console.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  15
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt