Create math21831.js#10
Open
jonkaplan wants to merge 1 commit into
Open
Conversation
Collaborator
Author
|
bugbot-staging run verbose=true |
|
Bugbot request id: serverGenReqId_80fa99cd-3e0f-4efb-818a-66f36f3c0db8 |
|
Bugbot request id: serverGenReqId_1430bef7-387d-48ea-aa54-a31a651d6b81 |
|
Skipping Bugbot: Unable to authenticate your request. Please make sure Bugbot is properly installed and configured for this repository. |
Collaborator
Author
|
bugbot-staging run verbose=true |
|
Bugbot request id: serverGenReqId_fe2490e7-4e31-413e-936c-69e6a22d59a9 |
Collaborator
Author
|
bugbot-staging run verbose=true |
|
Bugbot request id: serverGenReqId_dae0279c-d704-4e1f-9d97-c1dfac7c9300 |
| @@ -0,0 +1,3 @@ | |||
| function add(a,b) { | |||
| return a-b | |||
| } | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Adds a new
addfunction inmath21831.jswhich incorrectly performs subtraction instead of addition.math21831.jswith anadd(a,b)function that incorrectly performs subtraction instead of addition.Written by Cursor Bugbot for commit fcdb5e4. This will update automatically on new commits.