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 logged here, and what subtle limit does it reveal?
console.log(1 << 31);