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: "¿Por qué cuesta el primer trabajo como dev?", | |
| url: "https://www.youtube.com/watch?v=ReeW6K25O4Y", | |
| resumen: "En este video se introduce el concepto de que es un junior.", | |
| tags: ["junior", "primer trabajo", "consejos"], | |
| visto: true, | |
| dificultad: 1 | |
| }, | |
| // El resto de las pelis |
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 mensaje = "Mi primer Gist"; | |
| console.log(mensaje); |