Skip to content

Collection of TypeScript type challenges with online judge

Notifications You must be signed in to change notification settings

marufsiddiqui/type-challenges

 
 

Repository files navigation

Collection of TypeScript type challenges



English | 简体中文

Intro

by the power of TypeScript's well-known Turing Completed type system

High quality types can help improving projects' maintainability while avoiding potential bugs.

There are a bunch of awesome type utilities libraries may boosting your works on types, like ts-toolbelt, utility-types, SimplyTyped, etc, which you can already use.

This project is aim to help you better understand how the type system works, writing your own utilities, or just having fun with the challenges. We are also trying to form a community that you can ask questions and get answers you have faced in realworld - they may become part the challenges!

Challenges

Click the following badges to see detail of the challenges.

1
13・Hello World

6
4・Pick<T, K> 7・Readonly<T> 11・Tuple to Object 14・First of Array 18・Length of Tuple 43・Exclude

10
2・Get Return Type 3・Omit<T, K> 8・Readonly 2 9・Deep Readonly 10・Tuple to Union 12・Chainable Options 15・Last of Array 16・Pop 20・Promise.all 62・Type Lookup

7
6・Simple Vue 17・Currying 1 55・Union to Intersection 57・Get Required 59・Get Optional 89・Required Keys 90・Optional Keys

1
5・Get Readonly Keys

By Tags
#4.014・First of Array 15・Last of Array 16・Pop 17・Currying 1
#application12・Chainable Options 6・Simple Vue
#array14・First of Array 15・Last of Array 16・Pop 20・Promise.all 17・Currying 1
#built-in4・Pick<T, K> 7・Readonly<T> 43・Exclude 2・Get Return Type 3・Omit<T, K> 20・Promise.all
#deep9・Deep Readonly
#infer2・Get Return Type 10・Tuple to Union 55・Union to Intersection 57・Get Required 59・Get Optional
#map62・Type Lookup
#object-keys7・Readonly<T> 8・Readonly 2 9・Deep Readonly 5・Get Readonly Keys
#readonly7・Readonly<T> 8・Readonly 2 9・Deep Readonly
#this6・Simple Vue
#tuple18・Length of Tuple 10・Tuple to Union
#union4・Pick<T, K> 3・Omit<T, K> 10・Tuple to Union 62・Type Lookup
#utils55・Union to Intersection 57・Get Required 59・Get Optional 89・Required Keys 90・Optional Keys 5・Get Readonly Keys

Recommended Readings

Official

Articles

TODO

How to Contribute

There are several ways you can contribute to this project

  • Share your answers / solutions
  • Propose new challenges
  • Add more test cases to the existing challenges
  • Provide learning resources or ideas of how to solve challenges
  • Share the problems you have faced in realworld projects, regardless you having the solution or not - the community would help you as well.
  • Help with others by discussion in issues
  • Contribute the infra of this project TODOs.md

Just open an issue and choose the cosponsing template. Thanks!

Thanks

This project was born from solving realworld types problem with @hardfist and @MeCKodo. And great thanks to @sinoon who contributed a lot while giving early feedback on this project.

Inspired by

Contributors

TODO

License

MIT

About

Collection of TypeScript type challenges with online judge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.7%
  • HTML 5.3%
  • CSS 2.8%
  • Shell 0.2%