Computer Science, asked by parshu2252, 1 year ago

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 ?
A.Returns [1,2,3]
B.Returns [4,5]
C.Returns [1,2,3,4]
D.Returns [1,2,3,4,5]

Answers

Answered by Neeraj723
0
Hii dear here is your answer


option d is the correct answer

Hope it's help u
Answered by Anonymous
0
Heyaaa mate

The answer is

___________________

Option d

___________________

Hope it helps you

Thanks
Similar questions