Consider the following code snippet :
 var grand_Total=eval("10*10+5")

Home | Discussion Forum

Consider the following code snippet :

 var grand_Total=eval("10*10+5");

The output for the above statement would be :

View More Related Question

2) Consider the following code snippet :

 var c = counter(), d = counter();
c.count()
d.count()
c.reset()
c.count()
d.count()

The state stored in d is :

3) Consider the following code snippet :

var string2Num=parseInt("123xyz");

The result for the above code snippet would be :

4) What is the difference between the two lines given below ?

  !!(obj1 && obj2); (obj1 && obj2);

5) Which is an equivalent code to invoke a function m of class o that expects two arguments x and y?

UP Gk Online Test

taiyari24hour.com

Study 2 Online Says....
Kindly log in or signup.