Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 466 Bytes

File metadata and controls

21 lines (12 loc) · 466 Bytes

object-oriented

Showcasing the object-oriented language features of JavaScript.

Instructions

Follow these instructions to run the program:

  1. Run the program:
    • ./runner.mjs

Wish List

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 the import keyword. We're at the point where I don't need CommonJS example code.