JavaScript Data Types Introduction Question #21476
Single Choice Easy

QWhich JavaScript primitive data type is commonly used for storing a collection of elements?

ID: #21476 Data Types Introduction 120 views
Question Info
#21476Q ID
EasyDifficulty
Data Types IntroductionTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Number
  • B Boolean
  • C Array
  • D String
Correct Answer

Explanation

The "Array" primitive data type in JavaScript is used for storing collections of elements. It allows developers to organize and manipulate multiple values within a single variable.

Share This Question

Challenge a friend or share with your study group.