Skip to content

Instantly share code, notes, and snippets.

@Deiru2k
Created August 2, 2017 08:53
Show Gist options
  • Save Deiru2k/35971b13fdba1b39e394c4b9146d6925 to your computer and use it in GitHub Desktop.
Save Deiru2k/35971b13fdba1b39e394c4b9146d6925 to your computer and use it in GitHub Desktop.
<div>
{'wew lad'.split(' ').map(e => e === 'lad' ? <span>{e}&nbsp;</span> : `${e} `)}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment