Skip to content

Instantly share code, notes, and snippets.

@AVGP
Created February 1, 2016 14:14
Show Gist options
  • Save AVGP/688c5eeec7af156d2dfa to your computer and use it in GitHub Desktop.
Save AVGP/688c5eeec7af156d2dfa to your computer and use it in GitHub Desktop.
function convert(msg) {
var result = document.getElementById('message');
result.innerText = '$' + msg.formatMoney(2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment