FrontendInterviews.dev

684. String.raw Escape Behavior

Easy•

Predict the output.

console.log(String.raw`a\nb`)

What is printed in the console?

Select an option and submit your answer.
Next Problem