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
0
Hii dear here is your answer
option d is the correct answer
Hope it's help u
option d is the correct answer
Hope it's help u
Answered by
0
Heyaaa mate
The answer is
___________________
Option d
___________________
Hope it helps you
Thanks
The answer is
___________________
Option d
___________________
Hope it helps you
Thanks
Similar questions
History,
7 months ago
Geography,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Science,
1 year ago