Inspired by the book You Don't Know JS: this & Object Prototypes by the incredible @getify / Kyle Simposon
A hands on test suite to demonstrate the various rules regarding JS object behavior. Please feel free to contribute test cases!
After cloning the repo and running npm i to install the projects dependencies, you can run the tests by entering the command npm run test or npm run test:watch. Feel free to play around with them, modify them, and try your
own.