in Education by
The statement a===b refers to _________ (a) Both a and b are equal in value, type and reference address (b) Both a and b are equal in value (c) Both a and b are equal in value and type (d) There is no such statement I got this question in an international level competition. I would like to ask this question from Types, Values and Variables in chapter Lexical Structures of JavaScript Select the correct answer from above options JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
The correct answer is (c) Both a and b are equal in value and type The best I can explain: ”===” operator is known as the strict comparison operator. A strict comparison (===) is only true if the operands are of the same type and the contents match.

Related questions

0 votes
    The word document mainly refers to ______________ (a) Dynamic Information (b) Static Information (c) Both ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    The escape sequence \f' stands for _________ (a) Floating numbers (b) Representation of functions that ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    The basic difference between JavaScript and Java is _________ (a) There is no difference (b) Functions are ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    The provides() function and the exportsobject are used to _________ (a) Register the module's API and Store ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
0 votes
0 votes
    The focus and blur events are also part of _________ (a) Element events (b) Handler events (c) ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    The events that are emulated by the jQuery library are _________ (a) focusarea and focusover (b) focusall ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    The element that can also register handlers for load and error events is _________ (a) html (b) img ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
...