Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 104 Bytes

File metadata and controls

10 lines (8 loc) · 104 Bytes

Mutiline strings

var html = `
  <div>
    <span>Some HTML here</span>
  </div>
`;