Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
hard
JavaScript
tagged templates
Single-choice MCQ
Which is the output?
function tag(parts){return parts[0]}\nconsole.log(tag`a${1}b`);