Spyder01/Arachnea

Add Unit Tests for filter Method

Open

#2 opened on Oct 10, 2025

 (4 comments) (0 reactions) (1 assignee)TypeScript (1 fork)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

The filter method should be fully tested.

Write tests for arrays of numbers, strings, and objects.

Ensure it handles empty arrays and always returns a new array. Difficulty: Easy

Contributor guide