Skip to content

Conversation

@mesfinassres
Copy link
Contributor

@arcuri82

SPA version of triangle classifier

@mesfinassres mesfinassres requested a review from arcuri82 May 6, 2025 15:33
const c = document.getElementById("c").value;

const result = classifyTriangle(a, b, c);
document.getElementById("result").textContent = `Result: ${result}`;
Copy link
Contributor

Choose a reason for hiding this comment

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

as a SPA, we still need to simulate different pages. so, address bar in the browser need to be programmatically updated

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you. I will updated it accordingly.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@arcuri82

I’ve implemented the changes accordingly.

@arcuri82 arcuri82 merged commit 6d60beb into develop Jun 27, 2025
21 checks passed
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.

3 participants