Please write a function that can be invoked as either sum(x, y) or sum(x)(y) and returns x + y. Eg: console.log(sum(2,3)); // Outputs 5 console.log(sum(2)(3)); // Outputs 5
Frontend Developer Interview Questions
8,947 frontend developer interview questions shared by candidates
What is the benefit of creating a hash map out of data stored in an array? What is a possible drawback?
Design a calender component in js
What questions would you ask in an interview?
Foi perguntado um pouco de histórico de trabalho, depois o desafio de leetcode
HR Round: Asked me the salary information, Notice, and my native. Thats all.
Mix of behavioral and domain knowledge questions.
System design js questions etc
The interview sessions are very short, so technical questions come at you one after another. It’s hard to know whether you should focus on writing code or answering questions, as there’s barely any time to do both.
How to implement throttle function
Viewing 8651 - 8660 interview questions