Answers for "javascript declare string in multiple lines"

1

write variable over multiple lines javascript

//write ` instead of '
//ALT + 096 (numeric keyboard)
Posted by: Guest on February-19-2021
0

javascript declare string in multiple lines

let html = `
  <div>
    <span>Some HTML here</span>
  </div>
`;
Posted by: Guest on June-02-2021

Code answers related to "javascript declare string in multiple lines"

Code answers related to "Javascript"

Browse Popular Code Answers by Language