JavaScript syntax: Difference between revisions

Content deleted Content added
Assignment: typofix
Line 184:
 
<< Shift left (zero fill)
>> Shift right (sign-propogatingpropagating); copies of the leftmost bit (sign bit) are shifted in from the
left.
>>> Shift right (zero fill)