Vidyalelo
JavaScript · Q18

Performance Measures

Programming · JavaScript · question 18

Q18

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

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

Answer: Option A

Solution

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