Question:What will produce the output of the following code?
var computer=[“Dell”,”Gateway”,”Apple”,”IBM”,”HP”];
 alert(computer.slice(2,4));
 

A Apple, IBM 

B Dell, Gateway 

C Gateway, IBM 

D Gateway, HP 

+ Answer
+ Report
Total Preview: 1076

Copyright © 2025. Powered by Intellect Software Ltd