Guest User

Untitled

a guest
Feb 20th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. document.write(formatCurrency(0) +'\n')
  2. document.write(formatCurrency(1) +'\n')
  3. document.write(formatCurrency(-1) +'\n')
  4. document.write(formatCurrency(0.5) +'\n')
  5. document.write(formatCurrency(1.5) +'\n')
  6. document.write(formatCurrency(-1.5) +'\n')
  7. document.write(formatCurrency(999999999999) +'\n')
  8. document.write(formatCurrency(5555.5555) +'\n')
Add Comment
Please, Sign In to add comment