Skip to content

Latest commit

 

History

History

object-oriented

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.