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: 'Una AI para codear, gratuita y ¡que funciona!', | |
| url: 'https://www.youtube.com/watch?v=21Wm3ehqshs', | |
| resumen: 'En este video analizamos Codeium. Un gran producto que te ayuda a codear y muchas cosas más.', | |
| tags: ['AI', 'HTML', 'Ux'], | |
| 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); |
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: 'Una AI para codear, gratuita y ¡que funciona!', | |
| url: 'https://www.youtube.com/watch?v=21Wm3ehqshs', | |
| resumen: 'En este video analizamos Codeium. Un gran producto que te ayuda a codear y muchas cosas más.', | |
| tags: ['AI', 'HTML', 'Ux'], | |
| 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); |