Question: 1 . What would the browser display if the following code were executed in a script? var x = 1 1 ; var y =
What would the browser display if the following code were executed in a script?
var x ;
var y ;
if x
if y
document.writelnx and y are ;
else
document.writelnx is ;
a nothing
b
c x and y are
d x is
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
