<script> function sum(a,b) { return a+b; } document.write(sum(1,2)); </script>
Copyright © 2015 Powered by MWeb, Theme used GitHub CSS.
TOP