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