Is anyone else significantly struggling through the Functional Programming section of JavaScript Algorithms & Database structures section?
I feel like the information they are giving us is in the challenges is okay, but it is not helpful in solving the challenges in the slightest bit. I have had to search the forums and elsewhere to find just about every solution thus far and I’m on the 9th challenge in the section. I recall arrow functions a little bit from way earlier in the course, but it would have been nice to reintroduce them before expecting us to write solutions using them (especially since the arrow functions covered earlier were so much less complex than these I would have never even thought they could be used like this).
Also, where are the examples? The previous section (Object Oriented Programming) had examples for every challenge that were directly relevant to solving the challenge. There have been none thus far in this section, and seriously I just have no clue where to start on each one.
Thankfully, I found a link to MDN in the forums for Arrow Functions, so I guess I can go learn from there and come back and try to solve these. In my opinion, if you’re not going to show us how to solve a challenge before attempting it, you should at least provide us with links to relevant external sites so that we (beginner coders) can read up on the topics and actually have a chance to solve the challenges without cheating.