Files
lpmj6/14/09.js
T
RobinNixon 0335342e00 First Draft
First Draft of the Example Files
2020-12-10 13:21:38 +00:00

7 lines
67 B
JavaScript

<script>
function product(a, b)
{
return a*b
}
</script>