md ahnaf arshadmdahnafarshad.hashnode.devยทJun 22, 2023Different between filter() and find() in javascriptfilter() and find() is a javascript method. only use an array. The find() method return a specific one and the filter() method returns more than one. find() method: const x = [12, 12,12,12,12,12, 22, 11, 1112, 221]; const y = x.find(res => res !== 12...array methodsAdd a thoughtful commentNo comments yetBe the first to start the conversation.