Created
March 21, 2021 05:06
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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