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: "Software Developer - Carrera", | |
url: "https://youtu.be/Q34d1k7jNFA", | |
resumen: `En este video analizamos el roadmap de la carrera de Software | |
Developer de apx.`, | |
tags: ["aprende a programar", "charlas con devs", "como es programar"], | |
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 mensaje = "Mi primer Gist"; | |
console.log(mensaje); |