Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the method to create a data frame ?

  2. A.

     frame(data)

    B.

     frameData()

    C.

     data.frame()

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The method to create a data frame is data.frame().


Be The First To Comment