how to use the find method to look for objects in an array? – Javascript
i am tryong to make an array and be able to find the objects inside the array but whenever i do that it always gives me only the firstindex let merchandise = [ { item:"Fan", price:800, }, { item:"Television", price:500,…