Hi Dann, I noticed a typo on the "last updated" code tutorial for the last example. It's missing a `+ " "`, so the day of the week generates without a space after it. thanks for the hit counter and last updated code, it's really nice to have something in plaintext which is my preference for most things.
Quick question about your view counter, if I may! Do you know of a way to remove the comma in the number to give it a cleaner look when usig images for the digits? Thank you!
edit: Never mind, I got it! I just deleted the following line:
if ( (num_arr.length-1 - i) % 3 == 0 && (num_arr.length-1 - i) != 0 ) {num_str += ",";}
Thanks for the awesome counter!
Good catch. I'll fix that up