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 html style and code are already finished, you just need finish JS code.
Step by Step Solution
3.38 Rating (154 Votes )
There are 3 Steps involved in it
The JavaScript code for the Rectangle class with the specified prototype methods Rectangle class fu... View full answer
Get step-by-step solutions from verified subject matter experts
