JavaScript syntax: Difference between revisions

Content deleted Content added
Quamaretto (talk | contribs)
Improved quality of beginning of article, still needs a true introduction and it's lacking completion and accuracy (e.g. Regular Expression literals). DOM hacks aren't really syntax.
Assignment: typofix
Line 141:
 
<<= Left shift (zero fill) and assign
>>= Right shift (sign-propogatingpropagating) and assign
>>>= Right shift (zero fill) and assign
</pre>