Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Curso de JavaScript: Objetos - Arreglos con elementos de tipo objeto - problema propuesto 2
Play lesson

Curso de introducción a la programación con JavaScript - Curso de JavaScript: Objetos - Arreglos con elementos de tipo objeto - problema propuesto 2

5.0 (0)
17 learners

What you'll learn

This course includes

  • 46 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

La lista de reproducción del curso de JavaScript https://www.youtube.com/playlist?list=PLIygiKpYTC_6I5BcqEf8JROFt1gimcPU2 const deportistas = [             {                 nombre: "Juan",                 apellido: "Perez",                 edad: 20,                 deporte: "Pesas",                 medallas: [                     {                         tipo: "oro",                         cantidad: 2                     },                     {                         tipo: "bronce",                         cantidad: 1                     }                 ]             },             {                 nombre: "Pedro",                 apellido: "Gonzalez",                 edad: 25,                 deporte: "Futbol",                 medallas: [                     {                         tipo: "oro",                         cantidad: 1                     },                     {                         tipo: "plata",                         cantidad: 3                     },                     {                         tipo: "bronce",                         cantidad: 3                     }                 ]             },             {                 nombre: "Maria",                 apellido: "Lopez",                 edad: 22,                 deporte: "Tenis",                 medallas: []             },             {                 nombre: "Ana",                 apellido: "Martinez",                 edad: 21,                 deporte: "Natacion",                 medallas: [                     {                         tipo: "plata",                         cantidad: 1                     }                 ]             },             {                 nombre: "Marta",                 apellido: "Gomez",                 edad: 20,                 deporte: "Natacion",                 medallas: [                     {                         tipo: "plata",                         cantidad: 1                     },                     {                         tipo: "bronce",                         cantidad: 1                     }                 ]             }         ]

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere