Skip to content

javierlopezdeancos/my-typescript-examples

Repository files navigation

meme

My typescript examples

Typescript examples resolving LeetCode or HackerRank exercises

Install your environment

Install dependencies to run all commands:

npm i

Check exercises

In order to check the source code of the exercises, you can use the following command:

npm tests

Add new exercises

You could add a new exercise with him test only follow the same pattern:

myNewExerciseFile.ts        // Exercise source code
myNewExerciseFile.test.ts   // Exercise test code

In order to write your source code while test are running you could run:

npm run test:watch

About

typescript examples resolving LeetCode or HackerRank exercises

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages