Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
easy
JavaScript
template literals
Single-choice MCQ
2,878 views
What will this print?
let str = "world"; console.log(str.endsWith("ld"));