udarakalpana / javascript_katas

This is katas for learn javascript fundamental concept.
0 stars 0 forks source link

Kata 5: Filter Even Numbers #6

Open udarakalpana opened 1 month ago

udarakalpana commented 1 month ago

Write a function that takes a below array of numbers and returns a new array containing only the even numbers.

const numbers = [1, 2, 3, 4, 5, 6]

// Output: [2, 4, 6]

KavishkaImalsha commented 1 month ago

@udarakalpana I started doing this one

Eran2001 commented 1 month ago

@udarakalpana I started

Tharanga1988 commented 1 month ago

@udarakalpana I'll start this. Please accept request sir

sgc1996 commented 1 month ago

@udarakalpana I started this kata. Please accept my request sir

thushan1986 commented 1 month ago

I have started Kata 5

malika77 commented 1 month ago

I started kata 5

tharkamahesh123 commented 1 month ago

i started this kata