Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 (1 point) Which of the following are true according to JavaScript? Question 1 options: false 0 42 Question 2 (1 point) Which

Question 1 (1 point)

Which of the following are true according to JavaScript?

Question 1 options:

false

0

42

""

Question 2 (1 point)

Which of the statements are false according to JavaScript?

Question 2 options:

"false"

0

true

0 == 0

Question 3 (1 point)

What will this code do?

let x = 0; let y = 1; if (x = y) { alert("1 is equal to 0!"); }

Question 3 options:

Set x to 1 and alert the message.

Set y to 0 (no alerts)

Set y to 0 and alert the message.

Set x to 1 (no alerts)

Question 4 (1 point)

What will this code do?

let x = 0; let y = 1; if (x == y); { alert("x is equal to y!"); }

Question 4 options:

y is set to x and the message alerts.

x is set to y and the message alerts.

Nothing happens.

No variables change and the message alerts.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introductory Relational Database Design For Business With Microsoft Access

Authors: Jonathan Eckstein, Bonnie R. Schultz

1st Edition

1119329418, 978-1119329411

More Books

Students also viewed these Databases questions