Skip to content

Instantly share code, notes, and snippets.

@makstyle119
Created March 27, 2023 15:26
Show Gist options
  • Save makstyle119/a9efc7dd102cc28c1795312ef919b066 to your computer and use it in GitHub Desktop.
Save makstyle119/a9efc7dd102cc28c1795312ef919b066 to your computer and use it in GitHub Desktop.
Assign And Call Function In JavaScript
let result = addNumbers(5, 7);
console.log(result); // logs 12 to the console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment