Amazon interview question

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

Interview Answer

Anonymous

10 Sept 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.