Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
easy
JavaScript
template literals
Single-choice MCQ
What does this template literal produce?
const items = [1, 2, 3]; console.log(`List: ${items}`);