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