This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// So, you have input data like this | |
let objArr = [ | |
{ id: 1, name: 'Kamil' }, | |
{ id: 2, name: 'Janusz' }, | |
{ id: 3, name: 'Mariusz' }, | |
{ id: 4, name: 'Alina' }, | |
{ id: 5, name: 'Olo' } ]; | |
// Please count, how many names in your array contains letter 'm'. | |
// I suggest you, to use RXJS. |
Brak komentarzy:
Prześlij komentarz