Tipalti Interview Question

Implement utility to print simple object, with correct hierarchy indentation “Simple” objects are defined as follows: o They have only public properties o Each property can be of the following types: ● Object – assume that that object is also a "simple" object ● Primitive (e.g. int), or string

Interview Answer

Anonymous

Jul 5, 2022

recursion

15