Main Navigation
Share your interview in your own words — our AI handles the rest. Hardly takes 2 minutes.
Practice mock interviews or book a 1:1 call for career guidance, resume reviews, and more.
AI interview prep powered by real interview data.
Connect with us on social media
Interview experiences & questions tagged Javascript
Given a string `s`, find the length of the longest substring without repeating characters.
Compare and contrast Promises and Async/Await in JavaScript. Discuss their use cases and any advantages or disadvantages each approach may have.
Explain closures, hoisting, the event loop, and the 'this' keyword in JavaScript. Discuss their importance in modern JavaScript development.
Implement a debounce function that ensures a specified function runs only after a delay. The implementation should preserve the context (this) and arguments provided to the function.
Discuss the concepts of closures and the 'this' keyword in JavaScript. Provide examples that highlight their behavior in different scopes.
Coming Soon