I've seen a triple semicolon in a few expressions here and there.
Does it have any logical effect?
The Closest thing I've seen for an explanation is that it tells the Dean Edwards compressor to ignore that line.
;;; var someVar = 'Rebel';
|
I've seen a triple semicolon in a few expressions here and there. The Closest thing I've seen for an explanation is that it tells the Dean Edwards compressor to ignore that line.
|
||||
| show 2 more comments |
|
Nothing. Absolutely nothing. Three semicolons, ten semicolons, a hundred semicolons, they all get interpreted to the same result: nothing. |
|||||||||||||||||
|
|
It makes people ask questions on StackOverflow. Other than that, it does nothing. |
||||
|
|
|
Ends an empty statement 3 times. |
|||||||||
|
|
They are empty statements and have no effect. It is possible that the interpreter or compiler will remove them unless a statement is required by the syntax. |
|||
|
|
;;;is equivalent to;, since an empty statement does nothing. I'm guessing someone was using;;;to section off code or something. Also, make sure the code you're reading is actually JavaScript :-) – Joey Adams Jul 16 '10 at 20:14for (;;) ...– FrustratedWithFormsDesigner Jul 16 '10 at 20:14@is near water (indicated by}), you'll want to be very cautious when you see these, unless you're either wearing a greased cloak or robe or a slippery cloak, as they have a drowning attack than can kill you in one round. – Weston C Jul 16 '10 at 20:50