software-tools-books / js4ds

JavaScript for Data Science
https://third-bit.com/js4ds/
Other
187 stars 32 forks source link

thing.method(thing) -> thing.method() for OOP example #211

Open dwinston opened 4 years ago

dwinston commented 4 years ago

Changes thing.area(thing) to thing.area() and thing.perimeter(thing) to thing.perimeter() in using-oop examples.