Skip to content

Instantly share code, notes, and snippets.

@Zohaib-Alii
Created October 3, 2022 11:21
Show Gist options
  • Save Zohaib-Alii/da1aa4b868d145644fd8826bb87df3d4 to your computer and use it in GitHub Desktop.
Save Zohaib-Alii/da1aa4b868d145644fd8826bb87df3d4 to your computer and use it in GitHub Desktop.
adding two no
function sum(a,b){
return a+b
}
sum(1,2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment