From 76c9555f62b89afa512ae84b2942758a9f8d0c9c Mon Sep 17 00:00:00 2001 From: senghout016 <45727519+senghout016@users.noreply.github.com> Date: Thu, 7 Feb 2019 15:46:02 +0700 Subject: [PATCH] I need help with the commit message --- src/flatten.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/flatten.js b/src/flatten.js index c1b77c17..be4a2e22 100644 --- a/src/flatten.js +++ b/src/flatten.js @@ -13,3 +13,8 @@ function flatten(...args) { return flat.concat(Array.isArray(toFlatten) ? flatten(...toFlatten) : toFlatten) }, []) } + +function test() +{ + return(1,2); +} \ No newline at end of file