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: "Aprender programación de forma autodidacta", | |
url: "https://youtu.be/qDM4Fm7RRBY?si=iWHaM729OmAgWGWj", | |
resumen: "¿Estás considerando aprender programación de forma autodidacta? En este video vemos los pros y contras de este método y revisamos las claves para tener éxito en la formación autodidacta. No te pierdas esta charla sobre aprender a programar.", | |
tags: ["JavaScript", "HTML", "CSS"], | |
visto: true, | |
dificultad: 1 | |
}, | |
{ |
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); |