Skip to content

Instantly share code, notes, and snippets.

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