22. What is the output of the code?
var c = ["A", "Y", "C", "Z");
console.log(Array.isArray(c))
Answers
Answered by
1
Answer:
true
Explanation:
Answered by
0
Answer:
Details given below.
Explanation:
// Output ['A', 'Y', 'C', 'Z']
basically it will be on the basis of the indexing and length of the array
Similar questions
Science,
3 months ago
Math,
3 months ago
Business Studies,
6 months ago
English,
11 months ago
English,
11 months ago