Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created January 19, 2016 06:34
Show Gist options
  • Save codeaholicguy/bbff441c59aaa0c20d38 to your computer and use it in GitHub Desktop.
Save codeaholicguy/bbff441c59aaa0c20d38 to your computer and use it in GitHub Desktop.
<ul>
{ words.map((word)=> <li>{ word }</li> )}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment