Question: How to write an IF statement in JavaScript? a) if i = 5 then b) if (i == 5) c) if i == 5 then
How to write an IF statement in JavaScript?
a) if i = 5 then
b) if (i == 5)
c) if i == 5 then
d) if i = 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
