MCQ
What is an array in JavaScript?
Unit-3 Programming Fundamentals
A A single number value
B A collection of values stored in one variable
C A type of HTML tag
D A CSS selector
Explanation

An array is a collection of values stored under one name, accessed using indices.