How to write a multiline string in JavaScript

Strings
By Jad Joubran · 
Last updated Feb 26, 2024
const text = `Using the backtick character,
you can define a string that
spans multiple lines.`;