JavaScript Bitwise Signed (>>)
Description
The Bitwise Signed Right Operator (>>) shifts right by pushing copies of the leftmost bit in from the left and let the rightmost bits fall off.
Learn More:
Browser Support
>>
is an ECMAScript1 (JavaScript 1997) feature.
It is supported in all browsers:
Chrome | Edge | Firefox | Safari | Opera |