1.

What is the method to create a data frame?(a) frame(data)(b) frameData()(c) data.frame()(d) frame.Data()This question was posed to me during an online interview.My question is based upon Script Loading topic in chapter Invocation and Performance Navigation of JavaScript

Answer»

Correct answer is (c) DATA.frame()

Easy EXPLANATION: A Data frame is a two-dimensional data structure, i.e., data is ALIGNED in a tabular fashion in rows and COLUMNS.



Discussion

No Comment Found

Related InterviewSolutions