NikhilNamal17 / popular-movie-quotes

A simple NPM package which returns popular movie quotes.
https://www.npmjs.com/package/popular-movie-quotes
MIT License
69 stars 291 forks source link

use filter instead of forEach #543

Closed rocktimsaikia closed 5 years ago

rocktimsaikia commented 5 years ago

added filter instead of forEach in the filtering out the quotes by years for better performance and code simplicity.

NikhilNamal17 commented 5 years ago

@RocktimSaikia Thanks.