Closed HelpMe-Pls closed 9 months ago
Well, looks like this keeps going for the rest of the workshop...
Thanks for the PR. If you'd like to update the PR to fix all following exercises you're welcome to do that, or I can do that myself. Let me know which you would prefer :)
I did it in PR #47 using VSCode's "Search and Replace" tool. Your review is very much appreciated :D
In the video it's
findUnique
but in the code it'sfindFirst
. I believe they both give the same output in this case (and please correct me if I'm wrong), but it took me a while to see what's going on there. The mismatch made me search for the differences betweenfindUnique
andfindFirst
(which is also a good thing, I suppose :)), so, just want to let you know 👀