A
Q. 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 ?
- Correct Answer - Option(A)
- Views: 18
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.