Pergunta de entrevista da empresa 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.

Resposta da entrevista

Sigiloso

16 de fev. de 2018

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

1