Question: 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
Get step-by-step solutions from verified subject matter experts
