简单教程
提交运行
代码编辑器:
<script> var myFunction = function (a, b) {return a * b} document.write( myFunction(4, 3) ) ; </script>
运行结果: