From 203278df91a657a2be8b24739ebfc6517a8e2730 Mon Sep 17 00:00:00 2001 From: sareepattamannil Date: Fri, 31 May 2024 12:50:21 -0400 Subject: [PATCH] change 3 --- main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index af1e702..1ba4a00 100644 --- a/main.js +++ b/main.js @@ -1,2 +1,4 @@ console.log('this is my parent file') -console.log('this is a new change to parent') \ No newline at end of file +console.log('this is a new change to parent') + +const add = (a, b) => { return a + b } \ No newline at end of file