Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Make a Rectangle class with properties width and height. Add two prototype methods: getArea and isSquare. The getArea method should return the area of the
Make a Rectangle class with properties width and height. Add two prototype methods: getArea and isSquare. The getArea method should return the area of the rectangle, while the isSquare method should return true if the rectangle is a square(same width and height) and false otherwise.
Create two Rectangle objects: one with a width of 4 and a height of 10, and another with a width of 5 and a height of 5. The first rectangle id is "rect1" and second rectangle id is "rect2".The html style and code are already finished, you just need finish JS code.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started