20
Appreciation post: That free coding bootcamp meetup in Denver
I went to this free coding bootcamp meetup last month in Denver. The guy running it showed us how to use the browser console to debug JavaScript. I always thought you needed some fancy tool for that. Turns out you can just type console.log and see everything. He also showed us how to check network requests right there in the browser. Saved me hours of guessing what went wrong. The whole thing was free and I learned more in 2 hours than I did in a week of tutorials. Anyone else have a simple tool that changed how you code?
2 comments
Log in to join the discussion
Log In2 Comments
paul_thompson673d ago
You ever just open DevTools and feel like you discovered a secret? That console.log thing changed everything for me too. I used to think debugging meant staring at the code for hours until my eyes crossed. Then someone showed me breakpoints - you click the line number and the code just pauses. Lets you peek at every variable. Simple stuff but nobody tells you that in tutorials.
2
aaron8963d ago
Man, breakpoints were a game changer for me too. I spent years just throwing console logs everywhere like a maniac, hoping one of them would catch the bug. Then my buddy sat me down and showed me how to step through code line by line, and it felt like finding a cheat code. It's wild how much time we waste on the hard way when there's a simple tool right there in the browser.
5