Skip to content

Instantly share code, notes, and snippets.

View andreshack42s's full-sized avatar

andreshack42s

View GitHub Profile
const miPlaylist = [
{
titulo: "Una lista ordenada de datos",
url: "https://www.youtube.com/watch?v=Ac7_qK6OJEs",
resumen: "En este video se introduce el concepto de arrays en JavaScript.",
tags: ["JavaScript", "Arrays", "Programacion", "Apx"],
visto: true,
dificultad: 2
},
{
@andreshack42s
andreshack42s / mi-primer-codigo.js
Created October 24, 2025 02:07
mi-primer-codigo.js
const nuevocliente = [
{
Nombre: "camilo",
Apellido: "ruiz",
Edad: 23,
Pais: "Estados unidos",
Profesión: "profesor",
Sabemanejar: true,