Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavaScriptbitwise operatorsSingle-choice MCQ

What is the result of `-1 >>> 0`, and what makes `>>>` special here?

console.log(-1 >>> 0);