- 
		…in reply to @jhannapearce
			jdpearce heydonworks zessx I'm not 100% sure it does, but to be safe, you could return straight away like this: stuff.map(s => (<li> <em>Here is an ${s}</em> </li>)).join('') or however you wanted to format it
 piccalilli_’s Twitter Archive—№ 29,349
piccalilli_’s Twitter Archive—№ 29,349
<li>
      <em>Here is an ${s}</em>
</li>
)).join('')
or however you wanted to format it