Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavaScriptgenerators and yieldSingle-choice MCQ

What does the snippet log?

function* g(){} console.log(typeof g());