-
…in reply to @jhannapearce
jdpearce heydonworks zessx yeh you'll probs have to do reduce (nah m8) or map like this: stuff.map(s => { return
<li> <em>Here is an ${s}</em> </li>
}).join('')
<li>
<em>Here is an ${s}</em>
</li>
}).join('')