Skip to content

Update client.js - #4

Open
haslam93 wants to merge 1 commit into
mainfrom
haslam93-patch-4-1
Open

Update client.js#4
haslam93 wants to merge 1 commit into
mainfrom
haslam93-patch-4-1

Conversation

@haslam93

Copy link
Copy Markdown
Owner

made a cahge

@haslam93
haslam93 requested a review from Copilot December 12, 2024 14:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 suggestion.

Comment thread public/client.js
uri += "?operation=divide";
break;
case '%':
uri += "?operation=divide";

Copilot AI Dec 12, 2024

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The operation for '%' should not be 'divide'. It should be something like 'modulus'.

Suggested change
uri += "?operation=divide";
uri += "?operation=modulus";

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants