Archive

Posts Tagged ‘JavaScript’

Debugging Code

February 8th, 2009 No comments

There are few things more frustrating than debugging code.  I’m trying to learn JavaScript – well I’m taking a class on JS and working pretty hard to learn.  I’m hoping that it will be a stepping stone into the more advanced coding languages like PHP, Perl, or Python.  Anyway, I’ve just spent the last hour trying to figure out where I went wrong in my code.  All I want to do is make my function (which displays a clock) run every second.  I used the “onload=setInterval” call but that does not seem to be working for me.  That’s it, that’s all I want.  Just run the function and make my clock look like it ticking away on the page.  Back to work… grrrrrr…

Categories: Programming Tags: