Skip to content

Instantly share code, notes, and snippets.

@omarkdev
Created February 27, 2020 17:05
Show Gist options
  • Save omarkdev/649a96601a5616bc00a403e05a3b11ba to your computer and use it in GitHub Desktop.
Save omarkdev/649a96601a5616bc00a403e05a3b11ba to your computer and use it in GitHub Desktop.
function /* Sum two numbers */ sum(a, b) {
return a + b; // Sum a + b
}
sum.toString();
// "function /* Sum two numbers */ sum(a, b) {
// return a + b; // Sum a + b
// }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment