Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Compare Variables in JavaScript | Performing Operations in JavaScript
Introduction to JavaScript
セクション 3.  8
single

single

bookChallenge: Compare Variables in JavaScript

メニューを表示するにはスワイプしてください

タスク

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

We have three variables in this task: a = 33, b = 26, and c = "26". We will perform various comparing operations on these variables.

  1. Check if a is equal to b.
  2. Check if b is strictly equal to c.
  3. Determine if a is greater than or equal to c.
  4. Find out if b is less than c.
  5. Check if a is greater than b AND if b is equal to c.
  6. Check if a is equal to b OR if c is less than a.

The output should be:

false
false
true
false
true
true

解答

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

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

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

セクション 3.  8
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt