PrepAway - Latest Free Exam Questions & Answers

Which lines of code should you use? (Each correct answer presents a complete solution

You need to test the value of the following variable in JavaScript.
var length = “75”;
A block of code must execute if the length equals 75 regardless of the data type.
You need to use the statement that meets this requirement.
Which lines of code should you use? (Each correct answer presents a complete solution. Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
if (length === 75)

B.
if (length == 75)

C.
if (length != 75)

D.
if (length == “75”)

3 Comments on “Which lines of code should you use? (Each correct answer presents a complete solution


Leave a Reply