Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 364 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 364 Bytes

fun-with-triangles

This project helps you do four things:

  1. test your knowledge on triangles based on a quiz
  2. check if three angles form a triangle
  3. calculate hypotenuse of a triangle
  4. calculate area of a triangle

Ensured proper error messages are thrown to the user for all the corner cases possible.

Made with HTML, CSS and JavaScript