Skip to content

Comp 333 - Concepts Prog Lang - Lab 2 - Inheritance & Virtual Dispatch in JS

Notifications You must be signed in to change notification settings

justinayson14/linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Cons & Nils Linked List

Comp 333 - Concepts Prog Lang - Lab 2 - Inheritance & Virtual Dispatch in JS

Objective

  • 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.

Quick Start

In CLI:

  1. node
  2. .load list.js
  3. runTests()

About

Comp 333 - Concepts Prog Lang - Lab 2 - Inheritance & Virtual Dispatch in JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published