Skip to content

Instantly share code, notes, and snippets.

@Javierzz2401
Javierzz2401 / apx.js
Created October 16, 2025 04:59
Mi playlist de APX-Youtube
const miPlaylist = [
{
titulo: "No aprendas a programar antes de saber esto",
url: "https://www.youtube.com/watch?v=ULMzBlsBeNw",
resumen: "Introduccion al nivel 0 del curso de programacion",
tags: ["Computadoras", "Programacion"],
visto: true,
dificultad: 2,
},
{
@Javierzz2401
Javierzz2401 / miPrimerGist.js
Created October 16, 2025 02:57
Mi primer gist
const mensaje = "Mi primer Gist";
console.log(mensaje);