Whiteboard coding question - k-means algorithm Find errors in the JavaScript
Frontend Developer Interview Questions
8,947 frontend developer interview questions shared by candidates
They ask you to open a website and ask you to explain how would you implement it.
recursion on objects property, copy of object
JavaScript and Frontend Fundamentals. Problem-Solving and Debugging.
How is an HTML page rendered?
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
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
Viewing 8351 - 8360 interview questions