InterviewSolution
Saved Bookmarks
| 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() |
|