Skip to content

Instantly share code, notes, and snippets.

View juanfe1010's full-sized avatar

juanfe1010

  • Joined Oct 25, 2025
View GitHub Profile
miPlaylist = [{titulo: "Learn how to code a complete AI assistant",
url:"https://www.youtube.com/watch?v=eGDhXzIEoE0",
resumen: "Muestra como hacer un asistente de IA",
tags:["Inteligencia artificial","Código", "Artificial Intelligence"],
visto:true,
dificultad: 1,},
{titulo: "El mejor lenguaje de programación para empezar",
url:"https://www.youtube.com/watch?v=bo3AnDcRY3o",
resumen: "Por qué Java Script es el mejor lenguaje de programación para empezar",
tags:["Aprender","Aprender programación de cero", "lenguaje de programación"],
const mensaje = "Mi primer Gist";
console.log(mensaje);