A

Admin • 833K Points
Coach

Q. What would be the output of the following Javascript code?

Code:
var string1 = "Fee";
var intvalue = 10000;
alert( string1 + intvalue );
  • (A) Fee 10000
  • (B) 10000
  • (C) Fee10000
  • (D) Exception
  • Correct Answer - Option(C)
  • Views: 21
  • Filed under category JavaScript
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.