53063593e3
Final
7 lines
67 B
JavaScript
7 lines
67 B
JavaScript
<script>
|
|
function product(a, b)
|
|
{
|
|
return a*b
|
|
}
|
|
</script>
|