adplus-dvertising
frame-decoration

Question

What will be the value of Variable - "num3" ?
var num1;
var num2 = 10;
var num3 = num1 + num2;

a.

10

b.

undefine10

c.

undefine

d.

None of these

Answer: (c).undefine

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What will be the value of Variable - "num3" ? var num1; var num2 = 10; var num3 = num1 + num2;