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 Functions
Implement a custom version of Function.prototype.bind. Explain your implementation and any edge cases you considered.
Implement a function that allows for infinite currying in JavaScript.
Write a function that takes a collection of Cars with properties (Make, Model, MPG) and returns the average MPG for a specified Make. Input example: Make Model MPG Honda Accord 25.0 Honda Civic 28.0 Nissan Altima 24.5 Honda CRV 22.7 Toyota Tundra 19.1 Output example: Average MPG for Honda: [averageValue]
What is a callback function in JavaScript?
What is a closure in JavaScript?
Coming Soon