Skip to content

Instantly share code, notes, and snippets.

@antonybudianto
Created April 17, 2018 07:49
Show Gist options
  • Save antonybudianto/6cdb3093a0ec73bc7d57b1f3aab568bb to your computer and use it in GitHub Desktop.
Save antonybudianto/6cdb3093a0ec73bc7d57b1f3aab568bb to your computer and use it in GitHub Desktop.
function majemuk(sum, bunga, n) { return sum * ((1+bunga) ** n) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment