Open In App

Web technologies Questions | React.js Quiz | Set-2 | Question 3

Which of the following is true about the below syntax ?

disabled = {false} 

(A) rendered as disabled
(B) rendered at all
(C) rendered as enabled
(D) All of the above

Answer: (C)
Explanation: From the above all option disabled = {false} the correct output is rendered as enabled.
Quiz of this Question

Article Tags :