JavaScript MCQ Javascript Blobs MCQ Question #5059
Single Choice Easy

QWhat object can you use to make your own blobs?

ID: #5059 Javascript Blobs MCQ 206 views
Question Info
#5059Q ID
EasyDifficulty
Javascript Blobs MCQTopic

Choose the Best Option

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

  • A Creator
  • B BlobCreator
  • C BlobBuilder
  • D BuilderBlob
Correct Answer

Explanation

Blobs are used to represent data that isn't always in a JavaScript-native format.
You can make your own blobs by constructing them with a BlobBuilder object from strings, ArrayBuffer objects, and other Blobs.

Share This Question

Challenge a friend or share with your study group.