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);