Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function current(){
  2.  
  3. }
  4.  
  5. function bazar(){
  6.  
  7. }
  8.  
  9. function asset(asset){
  10.  
  11. var taka =asset;
  12. console.log(taka);
  13. current(taka);
  14. bazar(taka);
  15.  
  16. }
  17.  
  18. asset(1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement