Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
hard
JavaScript
generators and yield
Single-choice MCQ
What does the snippet log?
function* g(){} console.log(typeof g());