{"id":21307403,"url":"https://github.com/jdegand/typescript-exercises-solutions","last_synced_at":"2025-03-15T19:49:12.916Z","repository":{"id":233468766,"uuid":"677530651","full_name":"jdegand/typescript-exercises-solutions","owner":"jdegand","description":"Solutions to typescript-exercises repo","archived":false,"fork":false,"pushed_at":"2023-08-11T20:21:51.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T09:12:44.425Z","etag":null,"topics":["typescript","typescript-exercises"],"latest_commit_sha":null,"homepage":"https://typescript-exercises.github.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdegand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-11T20:19:46.000Z","updated_at":"2025-01-08T17:14:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6222d91-505a-443a-8ecf-c33a214335ad","html_url":"https://github.com/jdegand/typescript-exercises-solutions","commit_stats":null,"previous_names":["jdegand/typescript-exercises-solutions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Ftypescript-exercises-solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Ftypescript-exercises-solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Ftypescript-exercises-solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Ftypescript-exercises-solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdegand","download_url":"https://codeload.github.com/jdegand/typescript-exercises-solutions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243784103,"owners_count":20347409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["typescript","typescript-exercises"],"created_at":"2024-11-21T16:31:46.886Z","updated_at":"2025-03-15T19:49:12.892Z","avatar_url":"https://github.com/jdegand.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typescript Exercises Solutions\n\nSolutions to [typescript-exercises](https://typescript-exercises.github.io/).\n\n## Thoughts\n\n- Great interactive website to practice typescript\n- Not many alternative solutions posted\n- A lot of repos are incomplete or out of date - some questions (14,15) have been reworked.\n- I didn't copy every question's boilerplate - just the file that needs to be changed.  \n- Big difficulty spike from previous exercises to exercises 14 \u0026 15.\n\n## Continued Development\n\n- Exercise 14 -\u003e reduce, prop, pipe\n- Exercise 15 -\u003e set function\n\n## Useful Resources\n\n- [TypeScript Lang](https://www.typescriptlang.org/docs/handbook/declaration-files/do-s-and-don-ts.html#return-types-of-callbacks) - Do's and Dont's\n- [Stack Overflow](https://stackoverflow.com/questions/48215950/exclude-property-from-type) - exclude property from type\n- [Stack Overflow](https://stackoverflow.com/questions/49795008/typescript-multiple-generics-of-the-same-type) - multiple generics of same type\n- [Total Typescript](https://www.totaltypescript.com/concepts/type-string-cannot-be-used-to-index-type) - type string cannot be used to index type\n- [Stack Overflow](https://stackoverflow.com/questions/13137350/defining-typescript-callback-type) - defining typescript callback type\n- [Stack Overflow](https://stackoverflow.com/questions/34179897/typescript-and-spread-operator) - typescript and spread operator\n- [Stack Overflow](https://stackoverflow.com/questions/71523998/typescript-question-functiong-type-in-typescript-exercise-14) - exercise 14\n- [Stack Overflow](https://stackoverflow.com/questions/12710905/how-do-i-dynamically-assign-properties-to-an-object-in-typescript) - assign properties to an object\n- [SP Guides](https://www.spguides.com/typescript-add-a-property-to-object/) - typescript add a property to object\n- [Stack Overflow](https://stackoverflow.com/questions/42012580/return-object-with-specific-key-value-types-from-function-in-typescript) - return with specific key values types from function\n- [Stack Overflow](https://www.atatus.com/blog/mastering-mapped-types-in-typescript/) - mastering mapped types\n- [Total Typescript](https://www.totaltypescript.com/tips/dont-use-return-types-unless) - don't use return types unless\n- [Log Rocket Blog](https://blog.logrocket.com/typescript-mapped-types/) - typescript mapped types\n- [Stack Overflow](https://stackoverflow.com/questions/62987779/how-do-you-dynamically-update-a-key-value-pair-on-a-typed-object-in-typescript) - dynamically update a key value pair on a typed object in typescript\n- [Stack Overflow](https://stackoverflow.com/questions/61648189/typescript-generic-type-parameters-t-vs-t-extends) - generic type parameters t vs t extends\n- [Stack Overflow](https://stackoverflow.com/questions/70115664/typescript-function-typing) - typescript function typing\n- [Blog](https://levelup.gitconnected.com/devmade-curry-ing-powder-recipe-in-functional-programming-c6e0e45cfbae) - currying\n- [Github](https://gist.github.com/donnut/fd56232da58d25ceecf1) - currying \u0026 typescript\n- [Dev.to](https://dev.to/ecyrbe/how-to-use-advanced-typescript-to-define-a-pipe-function-381h) - how to use advanced typescript to define a pipe function\n- [Stack Overflow](https://stackoverflow.com/questions/65154695/typescript-types-for-a-pipe-function) - typescript types for a pipe function\n- [Stack Overflow](https://stackoverflow.com/questions/44330774/how-do-i-typed-a-pipe-function-in-typescript) - how do i type a pipe function\n- [Blog](https://www.nexxel.dev/blog/pipe) - pipe","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdegand%2Ftypescript-exercises-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdegand%2Ftypescript-exercises-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdegand%2Ftypescript-exercises-solutions/lists"}