And you can also use quoted literal for your HTML - so you can then span multiple lines:
var html=` Line 1 Line 2 `;
@Wilberforce started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
And you can also use quoted literal for your HTML - so you can then span multiple lines: