A Basic Guide to Debugging Frontend Issues
The term "debugging" has a bit of a legendary origin story. It dates back to 1947 when Grace Hopper, a pioneer in computer programming, was working on the Harvard Mark II computer. The team encountered an error that stumped them, until they opened up the machine and found an actual moth causing the issue. They removed the moth and logged the first ever "debugging" process. The moth itself was taped into the logbook, which is now in the Smithsonian Museum . While we may not deal with literal bugs in our machines these days, the term "debugging" has stuck around, symbolizing the process of identifying and removing errors or "bugs" in our code. So, the next time you're debugging, remember you're part of a tradition that traces back to the very early days of computing! In this post, we're about to introduce ourselves to the art of debugging frontend issues. We'll use the most powerful tool at our disposal - the browser devel...