All modern browsers now come with some flavor of development tools, or dev tools as they are commonly referred to. With dev tools, you can perform a variety of tasks, such as view the source of a page, debug and step through the code of a site, or watch network traffic to see what happens as the code executes, to name a few. Internet Explorer, Firefox, and Chrome, all have dev tools, but here we will be discussing Chrome's dev tools, as they are some of the easiest, most complete, and most intuitive to learn and use.
Let's say you have a web mapping application ...