Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyJavaScripttemplate literalsSingle-choice MCQ

What does this template literal produce?

const items = [1, 2, 3]; console.log(`List: ${items}`);