Skip to content

Instantly share code, notes, and snippets.

@mohsen1
Created September 26, 2017 17:35
Show Gist options
  • Save mohsen1/c7d9dc351d622839544b2e384c99e043 to your computer and use it in GitHub Desktop.
Save mohsen1/c7d9dc351d622839544b2e384c99e043 to your computer and use it in GitHub Desktop.
function power2(a) {
return a * a;
}
power2('string')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment