Goal: Practice bringing everything we've learned this week together by creating a project that includes custom functions, branching, forms, jQuery, and well-separated user interface and business logic.
Make a web page that allows the user to input the lengths of the sides of a triangle, and returns whether these sides form an equilateral, isosceles, or scalene triangle or if the sides cannot make a triangle at all. Here are the definitions of each possibility:
Once your application is functioning correctly, try to refactor your code as much as possible.
Lesson 5 of 12
Last updated December 1, 2020