JavaScript Bitwise Left (<<)
Description
The Bitwise Left 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 |