InterviewSolution
Saved Bookmarks
| 1. |
What are the goals for using Firebug?(a) Performance(b) Adaptability(c) Complexity(d) ReliabilityI got this question during an online exam.My doubt stems from JavaScript with FireBug topic in division Performance Measures in JavaScript of JavaScript |
|
Answer» RIGHT answer is (a) Performance To elaborate: The GOALS for using Firebug is: Performance Modularity Shared code Compatibility Web security ANALYSIS |
|