Question d’entretien chez Amazon

Write a JS code to travers the DOM and find an element with a specified class name

Réponse à la question d'entretien

Utilisateur anonyme

26 févr. 2012

Start simple. They will try to push you to optimize it (O(n) vs O(log n), recursive etc). Be aware of edge cases. Depthvs breadth)

1