Print the deepest value in a nested object. The object structure can be anything. eg. Input: let x = { a: { b: { c: { d: { e: { name: "John", age: 32 } }, f: ['Hindi', 'English'] } }, g: { email: 'john@doe.com' } } }; Expected output: John 32
Frontend Software Engineer Interview Questions
8,918 frontend software engineer interview questions shared by candidates
What will be the output of this code? Please explain the flow or reasoning behind it. console.log(1) setTimeout( () => console.log(2) ) setTimeout( () => console.log(3) ) Promise.resolve().then( () => setTimeout( () => console.log(4) ) ) Promise.resolve().then(() => console.log(5) ) setTimeout( () => console.log(6), 0 ) console.log(7)
Browser rendering stages
Javascript basics, React basics etc
Explain about your project, role and why are you looking for a change
tell me more about your past experiences
how good are you with react
First phone screen was general interview questions. Second phone screen was about assessment.
Develop a simple script for a web application
Write a script to return the top workers and top workplaces.
Viewing 8321 - 8330 interview questions