This application will enable users to enter side values of a triangle. The application will then process the input and return whether a valid triangle is possible with the given input, along with the type of triangle and degree values.
The current build is focused on KISS principles. This excludes OOP. Refactor the application to implement OOP. Consider creating a "Triangle" class and combining event listeners to rely on a button object.
The current build is focused on KISS principles. This excludes OOP. Refactor the application to implement OOP. Consider creating a "Triangle" class and combining event listeners to rely on a button object.