InterviewSolution
Saved Bookmarks
| 1. |
Which of the following shows a better runtime performance for coalescing functionality, using functions, and using objects?(a) Firefox unwoundfun(b) Firefox UsingFunct(c) Firefox UsingObject(d) Firefox UsingStructI got this question during an online interview.I would like to ask this question from Performance Measures in JavaScript topic in division Performance Measures in JavaScript of JavaScript |
|
Answer» The correct answer is (b) Firefox UsingFunct |
|