JavaScript Data Types Introduction Question #21479
Single Choice Easy

QWhich JavaScript primitive data type is used to represent binary data?

ID: #21479 Data Types Introduction 91 views
Question Info
#21479Q ID
EasyDifficulty
Data Types IntroductionTopic

Choose the Best Option

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

  • A Boolean
  • B String
  • C ArrayBuffer
  • D Symbol
Correct Answer

Explanation

The "ArrayBuffer" primitive data type in JavaScript is used to represent binary data. It provides a low-level, generic structure for raw binary data and is often used in conjunction with typed arrays.

Share This Question

Challenge a friend or share with your study group.