szybkiekonta

funckja dodawanianianajsdfhg

Jan 22nd, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <html>
  2. <head>
  3. <body>
  4. <script type="text/javascript">
  5. function Suma()
  6. {
  7. var a=1;
  8. var b=2;
  9. var c=a+b;
  10. document.write("Wynik: ",c);
  11. }
  12. Suma();
  13. </script>
  14. </body>
  15. </head>
  16. </html>
Add Comment
Please, Sign In to add comment