Pregunta de entrevista de 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.

Respuesta de la entrevista

Anónimo

16 feb 2018

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

1