Question: While different browsers can require different scripting strategies, most JavaScript follows the ECMA-262 standard.
A
B
True
B
False
Note: Not available
var alpha=5<<1; document.write(alpha);
a=1 b=1 c=0 d=0 document.write(a^b); document.write(","); document.write(a^c); document.write(","); document.write(c^d);