-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing solution for dictionary challenge #1038
Comments
here is the sol i have(map from video, reduce just mocked the map style)
|
Oh, many thanks. Couple of thoughts. To make tests compilable after
we have to replace
Btw, we don't always use summation in reducers. A more general term is aggregation, IMHO. |
The instructor mentions at the end of "Dictionary Solution" lesson that it will be available on the repo, but I don't see it there. After contacting support via Intercom, I was directed to leave an issue on the repo. Thanks!
I would imagine it would be this file, but filled in https://github.com/mike-works/typescript-fundamentals/blob/362113346f26fde233919a04a9e8a87f81c8e319/challenges/dict/src/index.ts
The text was updated successfully, but these errors were encountered: