From 21dba7bf8ca40f9ed232135d5755ec17c598935e Mon Sep 17 00:00:00 2001 From: GZK-TXK Date: Tue, 7 Apr 2026 11:16:59 +0200 Subject: [PATCH] Update index.js --- index.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.js b/index.js index e69de29..6fb1ab0 100644 --- a/index.js +++ b/index.js @@ -0,0 +1,10 @@ +const ArrayVacio ) = []; + +const ArrayNumeros = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; + +const NumerosPares = [2, 4, 6, 8]; + +const ArrayBiDimiensional = [ + [0, 1, 2], + ["a", "b", "c"], +];