Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement power function and UI changes #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stargazer4
Copy link
Contributor

@stargazer4 stargazer4 commented May 21, 2024

Implements the power function in the calculator application, including backend logic, frontend UI updates, and instructional content changes.

  • Backend Implementation: Adds a power function to the operations object in api/controller.js, utilizing Math.pow(a, b) for calculation.
  • Frontend UI Updates: Introduces a new button for the power operation in public/index.html and updates public/client.js to handle the power operation in the calculate function's switch statement.
  • Instructional Content Changes: Updates .instructions/2. core exercises.md and .instructions/3. challenge exercises.md to include instructions and challenges related to implementing and testing the power function.

For more details, open the Copilot Workspace session.

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.

1 participant