From 8a2744baaa41898679ea599a806817cc136b0a54 Mon Sep 17 00:00:00 2001 From: fauxbytes Date: Tue, 20 Dec 2022 14:44:04 +0200 Subject: [PATCH] a commit to feature branch --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index e4835c2..6a84500 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,8 @@ function mooncakeSays(message) { return `${mooncake} chookity?`; } + return `${mooncake} ${message}`; } -module.exports.mooncakeSays = mooncakeSays; \ No newline at end of file +module.exports.mooncakeSays = mooncakeSays;