Skip to content

Instantly share code, notes, and snippets.

@devjaime
Created March 21, 2021 05:06
Show Gist options
  • Select an option

  • Save devjaime/087936978e0c5eb134fff68a55b96ec4 to your computer and use it in GitHub Desktop.

Select an option

Save devjaime/087936978e0c5eb134fff68a55b96ec4 to your computer and use it in GitHub Desktop.
Collection-if y spreads son muy útiles cuando escribe su interfaz de usuario como código
const restaurant = {
'name' : 'Pizza Mario',
'cuisine': 'Italian',
if (addRatings) ...{
'avgRating': 4.3,
'numRatings': 5,
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment