Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following is a subtype of Blob?

  2. A.

     Elemental Object

    B.

     Create Object

    C.

     Data Object

    D.

     File Object

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The client-side JavaScript File object is a subtype of Blob: a File is just a Blob of data with a name and a modification date.


Be The First To Comment