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!
Yes,yes. The comma addition is actually a convoluted way to manually add it back in, so simply omit that step in the tutorial.