Skip to content

javierlopezdeancos/my-typescript-examples

Repository files navigation

My typescript examples

meme

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:

my-new-exercise-file.ts        // Exercise source code
my-new-exercise-file.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

No packages published