Showcasing the object-oriented language features of JavaScript.
Follow these instructions to run the program:
- Run the program:
-
./runner.mjs
-
General clean-ups, TODOs and things I wish to implement for this project:
- DONE Be done with CommonJS. No more
require
. Please use ES6 modules and theimport
keyword. We're at the point where I don't need CommonJS example code.