Skip to content

Instantly share code, notes, and snippets.

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