Skip to content

Instantly share code, notes, and snippets.

@mohsen1
Created September 26, 2017 17:35
Show Gist options
  • Select an option

  • Save mohsen1/c7d9dc351d622839544b2e384c99e043 to your computer and use it in GitHub Desktop.

Select an option

Save mohsen1/c7d9dc351d622839544b2e384c99e043 to your computer and use it in GitHub Desktop.

Revisions

  1. mohsen1 created this gist Sep 26, 2017.
    4 changes: 4 additions & 0 deletions call-site.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    function power2(a) {
    return a * a;
    }
    power2('string')