The point is to break out of the startTimer() function call, e.g.: startTimer('');foo();//'); The remaining '); can be commented out in order to not create any syntax errors.
Adding a space just before the URL works just as well.
While I do agree to some extent that great code doesn't need any comments, it raises some questions. How can one be sure at the time of writing that the code is easy enough to understand for others? I'm sure that it's…
The point is to break out of the startTimer() function call, e.g.: startTimer('');foo();//'); The remaining '); can be commented out in order to not create any syntax errors.
Adding a space just before the URL works just as well.
While I do agree to some extent that great code doesn't need any comments, it raises some questions. How can one be sure at the time of writing that the code is easy enough to understand for others? I'm sure that it's…