Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavaScripttagged templatesSingle-choice MCQ

What does this tagged template log, given the invalid escape sequence?

function probe(strings) { return [strings[0], strings.raw[0]]; } console.log(probe`\unicode`);