Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
medium
JavaScript
bitwise operators
Single-choice MCQ
What is the result of `-1 >>> 0`, and what makes `>>>` special here?
console.log(-1 >>> 0);