learnyounode icon indicating copy to clipboard operation
learnyounode copied to clipboard

Challenge 5: FilteredLs does not test against files with multiple periods.

Open kevinjcliao opened this issue 9 years ago • 0 comments

I was able to pass the challenge by writing a function that used the split function to split by period instead of using the path.ext function. There is no test case that accounts for this, and it would make for a more correct solution.

kevinjcliao avatar Mar 04 '15 16:03 kevinjcliao