加入product function
This commit is contained in:
parent
f5cd025433
commit
ee81c068fd
@ -10,6 +10,10 @@
|
|||||||
function plus (a, b) {
|
function plus (a, b) {
|
||||||
return a+b;
|
return a+b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function product(a, b) {
|
||||||
|
return a*b;
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user