Skip to content

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