Consider the following code snippet
o.m(x,y);

Which is an e

Home | Discussion Forum

Consider the following code snippet

o.m(x,y);

Which is an equivalent code for the above code snippet?

View More Related Question

1) Which of the following is the correct code for invoking a function without this keyword at all, and also too determine whether the strict mode is in effect?

2) For the below mentioned code snippet:

var o = new Object();

The equivalent statement is:

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

4) The function definitions in JavaScript begins with

5) Consider the following code snippet

function printprops(o)
{
for(var p in o)
console.log(p + ": " + o[p] + "\n");
}

What will the above code snippet result ?

UP Gk Online Test

taiyari24hour.com