Comp 333 - Concepts Prog Lang - Lab 2 - Inheritance & Virtual Dispatch in JS
- Understand a code's specification from a test suite.
- Work with the basics of the syntax of JavaScript.
- Use prototype-based inheritance to reuse code.
- Use virtual dispatch to encode different behaviours.
In CLI:
- node
- .load list.js
- runTests()