Skip to content

Instantly share code, notes, and snippets.

@HuyAms
Created November 11, 2019 08:56
Show Gist options
  • Save HuyAms/92825778ad0a1f6cdaf542311758f687 to your computer and use it in GitHub Desktop.
Save HuyAms/92825778ad0a1f6cdaf542311758f687 to your computer and use it in GitHub Desktop.
const Me = ({girlFriendWords}) => {
// Provided that girlFriendWords is a string
const myReply = decideWhatToSay (girlFriendWords)
return <p>{myReply}</p>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment