Question d’entretien chez Elastic

Live coding: design an algorithm that will take a nested javascript object and condense it into a single level, with the nested keys separated by periods.

Réponse à la question d'entretien

Utilisateur anonyme

16 févr. 2018

Designed a recursive algorithm to perform the task. Worked beautifully.

1