Skip to content

Instantly share code, notes, and snippets.

@Sarav-S
Created January 31, 2023 02:12
Show Gist options
  • Save Sarav-S/4707d19db22abba0b79dc68f81e80098 to your computer and use it in GitHub Desktop.
Save Sarav-S/4707d19db22abba0b79dc68f81e80098 to your computer and use it in GitHub Desktop.
Function declaration
function add(a, b) {
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment