>>>
Shifts the first item in binary representation the value of the second item bits to the right, discarding bits shifted off, shifting in zeros from the left
Syntax
valueA >>> valueB
Example
text_javascript aptana_docs