I have this small script I’m trying to get working on my webpage, its supposed to filter a bunch of programming videos I’m linking to by running a small and simple javascript as shown below. I want to improve it by making so that it doesen’t show the result unless ALL REQUIREMENTS are met. In example if I filter on ‘python’ and ‘easy’, i only want results that fits BOTH of those requirements. I hope i made myself understood and I also do believe its a rather simple fix.. Please take a quick look at the code below and respond as fast as possible 🙂
Share
You should first ‘build’ your filter, and then apply it.