Skip to content

Instantly share code, notes, and snippets.

View koqemu's full-sized avatar

Jorge Salinas Muñoz koqemu

  • Santiago, Chile
View GitHub Profile
@koqemu
koqemu / myPlaylist.js
Created May 16, 2025 03:42
Consigna Nivel 0 - apx.school
const miPlaylist = [
{
titulo: "Una lista ordenada de datos",
url: "https://www.youtube.com/watch?v=Ac7_qK6OJEs&t=2s",
resumen: "En este video vamos a introducirnos al concepto de arrays en JavaScript.",
tags: ["JavaScript", "Arrays", "Programacion","Apx"],
visto: true,
dificultad: 3
},
{