Skip to content

Instantly share code, notes, and snippets.

@GEJ1
Created August 26, 2020 14:17
Show Gist options
  • Save GEJ1/e7d876d26e5abefc462419e9b3af0095 to your computer and use it in GitHub Desktop.
Save GEJ1/e7d876d26e5abefc462419e9b3af0095 to your computer and use it in GitHub Desktop.
testing_gist
function myFunction(p1, p2) {
return p1 * p2; // The function returns the product of p1 and p2
}
@GEJ1
Copy link
Author

GEJ1 commented Aug 26, 2020

asd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment