What does this tagged template log, given the invalid escape sequence?function probe(strings) { return [strings[0], strings.raw[0]]; } console.log(probe`\unicode`);