Skip to content

wunderdogsw/typescript-training-e1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript session one exercises

Working with the exercises

The exercises are supplied as function stubs in src/session_one.ts which you are expected to fill in.

The function stubs are accompanied by tests in test/session_one.tests.ts. When a test set for a given function passes, an exercise has been completed.

Running the tests

npm install
npm run watch

Working with the exercises

Open the src/session_one.ts in an editor with TypeScript support (a recent version of VS Code is highly recommended), fill in the behavior to the function stubs and run the test set.

As long as there are failing tests, just keep repeating the process. Enjoy!

Problems?

Please report the issues to the issue tracker.

About

Exercises for the TypeScript training session #1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published