f

PHOTO EMBED

Sun Apr 23 2023 00:23:27 GMT+0000 (Coordinated Universal Time)

Saved by @mojjeasy


var x=23;y=3
console.log(  x >>=y);
//returns 2. this shifts the binary of 23 which is 10111 to the right side which is now 10 expressed as 2 in decimal.
content_copyCOPY