Skip to content

Instantly share code, notes, and snippets.

@Mohammad-Faisal
Last active April 22, 2022 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Mohammad-Faisal/faba3ee5ee16ea2ad0dd65d012a7e5f5 to your computer and use it in GitHub Desktop.
Save Mohammad-Faisal/faba3ee5ee16ea2ad0dd65d012a7e5f5 to your computer and use it in GitHub Desktop.
const { name, age, profession } = user;
return (
<>
<div> {name} </div>
<div> {age} </div>
<div> {profession} </div>
</>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment