← Back to archive

Stdle #94 · quirks · 2026-09-02

What does this JavaScript snippet output?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

function tag(strings) {
return strings.raw[0];
}
console.log(tag`a\nb`);
Quirks
4 attempts left

Answer & explanation