Which is an equivalent code to invoke a function m of class o that expects two a

Home | Discussion Forum

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

View More Related Question

2) 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?

3) If you have a function f and an object o, you can define a method named m of o with

4) Consider the following code snippet

function hypotenuse(a, b)
{
function square(x)
{
return x*x;
}
return Math.sqrt(square(a) + square(b));
}

What does the above code result?

5) What is the purpose of a return statement in a function?

UP Gk Online Test

taiyari24hour.com

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