Edabit - Filter out Strings from an Array - Javascript Solution

preview_player
Показать описание
In this video we are solving a challenge from Edabit called Filter out Strings from an Array using Javascript:

Create a function that takes an array of non-negative integers and strings and return a new array without the strings.

Here's the link to the challenge:

#filteroutstrings #filteroutstringsfromanarray #edabitjavascript #edabitjavascriptsolutions #edabitchallenge
Рекомендации по теме
Комментарии
Автор

How to take an array of integers (positive or negative or both) and return the sum of the absolute value of each element?

tchangtoyom