Challenges for Typescript: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 November 2024

  • curprev 22:5722:57, 6 November 2024 Iwiseman talk contribs 23,560 bytes +2,651 No edit summary
  • curprev 22:4922:49, 6 November 2024 Iwiseman talk contribs 20,909 bytes +20,909 Created page with "=Introduction= This is a list of challenges to make a type the supports a question. [https://github.com/type-challenges/type-challenges challenges]. This was very difficult for me to understand, maybe dyslexia, maybe just me but what they are looking for is a type which supports the line highlighted. =Example 1= <syntaxhighlight lang="ts" highlight="7"> interface Todo { title: string description: string completed: boolean } type TodoPreview = MyPick<Todo, 'title'..."