0335342e00
First Draft of the Example Files
7 lines
58 B
JavaScript
7 lines
58 B
JavaScript
<script>
|
|
function product(a, b)
|
|
{
|
|
return a*b
|
|
}
|
|
</script>
|