Code Snippet
Add two number
Edit
Delete
Source Code
const sum = (a,b)=>{ return a + b } sum(10,12) // comment here