The function definitions in JavaScript begins with

Home | Discussion Forum

The function definitions in JavaScript begins with

View More Related Question

2) Consider the following code snippet

o.m(x,y);

Which is an equivalent code for the above code snippet?

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

4) For the below mentioned code snippet:

var o = new Object();

The equivalent statement is:

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

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

UP Gk Online Test

taiyari24hour.com

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