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 miPlaylist = [ | |
| { | |
| titulo: "Una lista ordenada de datos", | |
| url: "https://www.youtube.com/watch?v=Ac7_qK6OJEs", | |
| resumen: "En este video se introduce el concepto de arrays en JavaScript.", | |
| tags: ["JavaScript", "Arrays", "Programacion", "Apx"], | |
| visto: true, | |
| dificultad: 2 | |
| }, | |
| { |
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 miPlaylist = [ | |
| { | |
| titulo: "No aprendas a programar antes de saber esto", | |
| url: "https://www.youtube.com/watch?v=ULMzBlsBeNw", | |
| resumen: | |
| "En este video te cuento cuales son los primeros pasos ideales a la hora de aprender programación.", | |
| tags: [ | |
| "#softwareengineer", | |
| "#coding", | |
| "#webdevelopment", |