CIW JavaScript Specialist 1D0-735 Question # 10 Topic 2 Discussion

CIW JavaScript Specialist 1D0-735 Question # 10 Topic 2 Discussion

1D0-735 Exam Topic 2 Question 10 Discussion:
Question #: 10
Topic #: 2

Which of the following comparison statements will return true?


A.

X = 15 ;

Y = 3 ;

X == y ;


B.

X=15

Y=3;

X +==45;


C.

X = 15

Y = 3;

X ! == y;


D.

X = 15

Y = 3

X === y;


Get Premium 1D0-735 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.