Serialise IDs from a nested tree of items const data = [ { id: 1, items: [{ id: 4, items: [{id: 5}, {id: 6, items: [{id: 8}]}]}]}, { id: 2, items: [{ id: 7}]}, { id: 3 }, { id: 9, items: [{id: 10, items: [{id: 12}]}, {id: 11}] } ]; // Should return [1, 2, 3, 9, 4, 7, 10, 11, 5, 6, 12, 8]
Front End Software Engineer Interview Questions
12,585 front end software engineer interview questions shared by candidates
Quickest way to find duplicate characters in a string
Mi descriva nel dettaglio il suo percorso di studi.
different btw html and semantic html , 2. different btw css box model and box model 3. what is padding 4. they asked me write JS code for simple
Questions related to team leading
Simple means to compress a 6-digit hex color into a 3-digit hex color (ex. #EE33EE would be #E3E, how would you compress #45E2FE)
Could you tell me of a time you had to handle a difficult team member and how did you resolve it.
What factors might lead you to consider leaving the company?
They asked me to explain how I would approach optimizing the performance of a web application. It was a great question because it allowed me to demonstrate my practical experience, talk about specific tools and techniques I use, and show how I think through real-world challenges.
Do you have any experience with deployment of website or application on a server?
Viewing 581 - 590 interview questions