Vidyalelo
JavaScript · Q23

Performance Measures

Programming · JavaScript · question 23

Q23

Why do Web Developers use Firebug?

A.
Track cookies
B.
Track sessions
C.
Both Track cookies and sessions
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
Web developers use Firebug for the following reasons :
1. Inspect the behavior of HTML/CSS, and modify style & layout with true WYSIWYG 2. Debug JavaScript 3. Detect performance of website 4. Track Cookies & Sessions