A

Admin • 833K Points
Coach

Q. The blobs are broken into smaller pieces using which of the following functions?

  • (A) partition()
  • (B) cut()
  • (C) sliceall()
  • (D) slice()
  • Correct Answer - Option(D)
  • Views: 21
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

The web browser can store Blobs in memory or on disk, and Blobs can represent really enormous chunks of data (such as video files) that are too large to fit in main memory without first being broken into smaller pieces with slice().

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.