Vidyalelo
JavaScript · Q17

Performance Measures

Programming · JavaScript · question 17

Q17

Which of following shows a better runtime performance for coalescing functionality, using functions, and using objects?

A.
Firefox unwoundfun
B.
Firefox UsingFunct
Answer
C.
Firefox UsingObject
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
When we compare the runtime performance for coalescing functionality, using functions, and using objects, the Firefox UsingFunct shows a better performance.