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: "Aprendé a codear un asistente AI completo", | |
url: "https://www.youtube.com/watch?v=eGDhXzIEoE0", | |
resumen: "Presentación de un curso pensado para personas con conocimientos básicos en desarrollo, donde se aprende a trabajar con un agente basado en un modelo de lenguaje LLM", | |
tags: ["APX", "IA", "Chatbot", "Javascript", "LLM"], | |
visto: true, | |
dificultad: 4, | |
}, | |
{ |
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); |