Skip to content

Instantly share code, notes, and snippets.

@makstyle119
Created March 27, 2023 15:19
Show Gist options
  • Save makstyle119/5cfaae84e73b6cee4d6d88588d55fb09 to your computer and use it in GitHub Desktop.
Save makstyle119/5cfaae84e73b6cee4d6d88588d55fb09 to your computer and use it in GitHub Desktop.
Return Values in Functions
function addNumbers(num1, num2) {
return num1 + num2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment