jmhobbs / jsTodoTxt

JavaScript parser for todo.txt formatted text files.
https://jstodotxt.velvetcache.org
MIT License
68 stars 14 forks source link

chore: use `some` instead of `filter` #40

Closed madeindjs closed 1 year ago

madeindjs commented 1 year ago

It's slightly more performant because it doesn't need to loop on the whole array

netlify[bot] commented 1 year ago

Deploy Preview for jstodotxt ready!

Name Link
Latest commit 5e80b15eea2a9545f128671d3e76d248b93fe1ea
Latest deploy log https://app.netlify.com/sites/jstodotxt/deploys/6433fe909812c50008605380
Deploy Preview https://deploy-preview-40--jstodotxt.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

jmhobbs commented 1 year ago

This is great, thank you!