I want to tell only one type of product, which is the best way to do it, Example I want you to print the number of "ORANGE" = 2 and not the whole array:
var fruits = ["Banana", "Orange", "Apple", "Mango","Orange"];
fruits.length;
console.log...
asked on
30.07.2018 / 18:15