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
| 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"], |
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); |