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: "Introduccion al nivel 0 del curso de programacion", | |
tags: ["Computadoras", "Programacion"], | |
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); |