function myFunction() {
  return true;
}
function myFunction() {
  return true;
}
function myFunction() {
  return true;
}
let multilineString = `
  this is the first line
  this is the middle line
  this is the last line
`;

Dash line

let multilineString = `
  this is the first line
  this is the middle line
  this is the last line
`;
let multilineString = `
  this is the first line
  this is the middle line
  this is the last line
`;