InterviewSolution
Saved Bookmarks
| 1. |
The blobs are broken into smaller pieces using which of the following functions?(a) partition()(b) cut()(c) sliceall()(d) slice()The question was asked in an interview for job.Origin of the question is Blobs in JavaScript topic in chapter Caching, Debugging and Animation of JavaScript |
|
Answer» Right CHOICE is (d) slice() |
|