Skip to content

feat: RMiller_lesson_06_hw #295

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

Conversation

RMillerCohort251
Copy link
Contributor

Lesson_06 homework complete. Implemented calculator functions in correct order.

const divisionResult = this.divide(sumResult, c);
const powerResult = this.pow(c, d);
const multiplication = this.multiply(divisionResult, e);
console.log({ sumResult, powerResult, divisionResult, });
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't leave your debugging statements in the code, please remove.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@RMillerCohort251 RMillerCohort251 deleted the feat-Rmiller_lesson_06_hw branch March 21, 2025 16:35
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