TypeScriptSamples/simple at jspmUpdate · microsoft/TypeScriptSamples · GitHub
Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

README.md

TypeScript Sample: Simple

Overview

Simple use of classes and inheritance:

  • Classes: A base class and two subclasses
  • Super calls: Derived classes make super calls

Running

tsc --sourcemap animals.ts