Lambda operator filter and map chaining by Kavit · February 22, 2016 Problem Filter only those videos with a rating of 5.0 and return the id of such videos. Solution Further Reading Functional Programming Related Posts:Implement filter in javascriptGetting started with Functional programming in javascriptImplement zip in javascriptHomeFilter and sort the given array