InterviewSolution
Saved Bookmarks
| 1. |
Which of the following shows a poorer runtime performance for coalescing functionality, using functions, and using objects?(a) Firefox unwoundfun(b) Firefox UsingFunct(c) Firefox UsingObject(d) Firefox UsingStructI had been asked this question in an online interview.The origin of the question is Performance Measures in JavaScript in section Performance Measures in JavaScript of JavaScript |
|
Answer» RIGHT option is (a) FIREFOX unwoundfun For explanation: When we compare the runtime performance for coalescing FUNCTIONALITY, using functions, and using objects, the Firefox UsingFunct SHOWS a poorer performance. This RESULTS in poor user experience. |
|