InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the function eval?(a) Executes the string as an integer(b) Gets the value of the string(c) Executing string as JavaScript(d) Executing string as an objectI have been asked this question in a national level competition.My enquiry is from Comparison of Core JavaScript versus Frameworks in section Caching, Debugging and Animation of JavaScript |
|
Answer» Right answer is (C) Executing string as JAVASCRIPT |
|