Guest User

Untitled

a guest
Feb 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {
  2. "DataInfo":[
  3. {
  4. "Earnings": "0€",
  5. "Orders": "0"
  6. }
  7. ]
  8. }
  9.  
  10. function Earnings() {
  11. var ElementEarnings = document.getElementById("Earnings");
  12. ElementEarnings.innerHTML = OUTPUT DE EARNINGS AQUI (0€);
  13. }
Add Comment
Please, Sign In to add comment