Amazon Interview Question

Write a JavaScript function that creates HTML based on a given input dataset.

Interview Answer

Anonymous

Sep 10, 2018

The HTML is supposed to look like a nested list, representing a file system. The key is to add a margin to each new level, whether through CSS or inline styling.