InterviewSolution
Saved Bookmarks
| 1. |
Why do Web Developers use Firebug?(a) Track cookies(b) Track sessions(c) Both Track cookies and sessions(d) Track dataThis question was addressed to me in quiz.The doubt is from JavaScript with FireBug in chapter Performance Measures in JavaScript of JavaScript |
|
Answer» CORRECT option is (c) Both Track cookies and sessions For explanation: Web developers use FIREBUG for the following reasons: Inspect the BEHAVIOR of HTML/CSS, and MODIFY style & layout with true WYSIWYG Debug JavaScript Detect performance of website Track Cookies & Sessions Web security ANALYSIS |
|