Question d’entretien chez Amazon

Program to to find the maximum repeated element in an array

Réponse à la question d'entretien

Utilisateur anonyme

25 juil. 2021

function findMaxiumRepeatedElement(arr) { var count= {}; for(i=0;i count[b] - count[a] )[0] }