Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alonach/name_variation_mini_project_ts
This is a name-variation mini project in Typescript
https://github.com/alonach/name_variation_mini_project_ts
typescript
Last synced: about 6 hours ago
JSON representation
This is a name-variation mini project in Typescript
- Host: GitHub
- URL: https://github.com/alonach/name_variation_mini_project_ts
- Owner: AlonaCh
- Created: 2024-03-05T10:53:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T11:12:51.000Z (9 months ago)
- Last Synced: 2024-03-05T12:33:14.139Z (9 months ago)
- Topics: typescript
- Language: CSS
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is your first mini-project!
Let's take a step back and try to combine some of our TypeScript knowledge in a small mini-project. Please try to avoid Co-pilot or other ChatGPT program in this mini-project but feel free to Google and search, if you don't understand some TS concepts.
All you have to do is complete the functions in the **variations.ts** file.
Note that a single error in the variations.ts file would break all the tests. For that reason, you should start by providing the type of the name parameter for all five functions. If you're not sure what the type must be, add a console.log and try the mini-project.