Merge branch '加入除法功能'
# Conflicts: # index.html
This commit is contained in:
commit
9d93b390d7
@ -14,6 +14,10 @@
|
|||||||
function product(a, b) {
|
function product(a, b) {
|
||||||
return a * b;
|
return a * b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function divide(a, b) {
|
||||||
|
return a/b;
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user