NikhilNamal17 / popular-movie-quotes

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

use filter instead of forEach #543

Closed rocktimsaikia closed 4 years ago

rocktimsaikia commented 4 years ago

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

NikhilNamal17 commented 4 years ago

@RocktimSaikia Thanks.