Consider the following code snippet :
var a = [1,2,3,4,5];
a.sli

Home | Discussion Forum

Consider the following code snippet :

var a = [1,2,3,4,5];
a.slice(0,3);

What is the possible output for the above code snippet ?

View More Related Question

1) The primary purpose of the array map() function is that it

2) Consider the following code snippet

  var a1 = [,,,];
var a2 = new Array(3);
0 in a1
0 in a2
The result would be

3) What will happen if reverse() and join() methods are used simultaneously ?

4) Consider the code snippet given below

var count = [1,,3];

What is the observation made?

5) Consider the following code snippet :

var a = [1,2,3,4,5];
a.slice(0,3);

What is the possible output for the above code snippet ?

UP Gk Online Test

taiyari24hour.com