Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mahmmoudkinawy/228248c7379808a0a29484f5956df842 to your computer and use it in GitHub Desktop.
Save mahmmoudkinawy/228248c7379808a0a29484f5956df842 to your computer and use it in GitHub Desktop.
دا الكود بتاع جمع العددين اللي انت طلبته مني
function add(n1, n2) {
return n1 + n2;
}
add(5, 6);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment