A
A
andreys752019-11-04 13:40:00
JavaScript
andreys75, 2019-11-04 13:40:00

What tasks can you recommend for practicing functional programming skills and array processing in JavaScript?

Good afternoon,
I have a lot of programmers in my team who not only have not heard about functional programming, but also do not know about working with arrays using map, reduce, filter, find ...
I'm trying to raise their level a little :) and I want to ask send interesting tasks that can be set to practice the skill of processing arrays in a functional style.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2019-11-04
@KickeRockK

NP
Select JS and tag arrays+functionality

H
hydra_13, 2019-11-04
@hydra_13

I would advise you to read a series of articles on functional programming (4 parts):
https://medium.com/devschacht/charles-scalfani-so-...
Further practice - any tasks related to arrays. For example, you can take codewars and perform various katas, only agree on the mandatory use of functional style. You can also consider options for refactoring existing code (parts of code) to a functional style.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question