Discussion :: Javascript - CS
- Which of following shows a better runtime performance for coalescing functionality, using functions, and using objects?
Answer : Option B
Explanation :
When we compare the runtime performance for coalescing functionality, using functions, and using objects, the Firefox UsingFunct shows a better performance.
Be The First To Comment