Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 335 Bytes

File metadata and controls

14 lines (11 loc) · 335 Bytes

typescript-workshop-example

Example scripts demonstrating how TypeScript works.

getAverages

Calculates the average demographics of a population from census data.

To run:

npm install
npm run averages

More info

For more info on the what, how and why of TypeScript, see this presentation.