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:"El mejor lenguaje de programación para empezar", | |
| url:"https://www.youtube.com/watch?v=bo3AnDcRY3o", | |
| resumen:"En este video se discuten los mejores lenguajes de programación para principiantes.", | |
| tags: ["javascript","coding","softwareengineer"], | |
| visto:true, | |
| dificultad:2 | |
| }, | |
| { |