Advertisement
winone1208

JS pobieranie zmiennej i dodanie

Sep 4th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var a=eval(prompt('podaj a'));
  2. var b=eval(prompt('podaj a'));
  3.  
  4. var c=a+b;
  5.  
  6. document.write(c);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement