From 12635bddf932b07122ca7b64079c55ee58065fa3 Mon Sep 17 00:00:00 2001 From: Obiagba Mary Ifeoma Date: Sun, 19 Jun 2022 20:11:06 +0100 Subject: [PATCH] Create 32.js --- 32.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 32.js diff --git a/32.js b/32.js new file mode 100644 index 0000000..2bfb909 --- /dev/null +++ b/32.js @@ -0,0 +1,5 @@ +function Daniel(color) { +return color; +} + +Daniel(green);