Skip to content

Commit

Permalink
add a new function
Browse files Browse the repository at this point in the history
  • Loading branch information
sareepattamannil committed May 31, 2024
1 parent 0d1ba00 commit 2a8c476
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
console.log('this is my parent file')
console.log('this is a new change to parent')

const add = (a, b) => { return a + b }
const add = (a, b) => { return a + b }


const subtract = (a, b) => { return a - b }

0 comments on commit 2a8c476

Please sign in to comment.