Some eight (!) years ago, I started to learn JavaScript from the viewpoint of a C# programmer. I wrote a series of blog posts here on the subject, and fairly early on I started using Firebug in Firefox for my experiments in coding and debugging this weird yet wonderful language. Yes, I could’ve moved on to Chrome and its developer tools, but I liked Firebug and I could get things done. The JavaScript on this blog site (and others I own) were completely debugged using Firebug. Firebug convinced me that global variables were a bad thing. And so on. […]
READ MORE