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
Computer Science,
2 months ago
Business Studies,
5 months ago
English,
10 months ago
English,
10 months ago