From 593b37ed09ff47cd99d74a2ae5309330c1227b87 Mon Sep 17 00:00:00 2001 From: OSCAR RAUL GUALDRON VILLAMIZAR <97969534+OscarRGualdronV@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:35:32 -0500 Subject: [PATCH] Create Function name --- index.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 00000000..8651629f --- /dev/null +++ b/index.js @@ -0,0 +1,6 @@ +function name() { + return { + name: "Oscar", + edad: 33 + } +}