Skip to content

Instantly share code, notes, and snippets.

@kamalhm
Created February 4, 2018 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamalhm/458b8ec6e6a7131f0d51baff039cde0e to your computer and use it in GitHub Desktop.
Save kamalhm/458b8ec6e6a7131f0d51baff039cde0e to your computer and use it in GitHub Desktop.
robots.map((user, i) => {
return (
<Card
key={i}
id={robots[i].id}
name={robots[i].name}
email={robots[i].email}/>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment