-
Notifications
You must be signed in to change notification settings - Fork 22
Develop triangle spa #123
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
Develop triangle spa #123
Conversation
| const c = document.getElementById("c").value; | ||
|
|
||
| const result = classifyTriangle(a, b, c); | ||
| document.getElementById("result").textContent = `Result: ${result}`; |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ve implemented the changes accordingly.
@arcuri82
SPA version of triangle classifier