JQuery array filter - Filter html elements in jquery
the array filter() method is applied to extract the fruit names with a length of six or more characters. This is achieved by using the syntax "fruits.filter( fruits => fruits.length >= 6 );". The filtered array