I need some help with searching my array. I've created a bubble sorting filter and now I need some help with searching for certain values within it.
For example my array contains the numbers "1,4,5,7,8,5,5,4,3,2" and I want to see how many fives there are in the array.
How do I solve this problem?