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
Ingeniero De Software Frontend Interview Questions
8,928 ingeniero de software frontend 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?
What programming languages are you comfortable with
Coding question on call, apply and bind Questions on Event bubbling
Experiencia en el puesto que iba a desarrollar
Design a calender component in js
"qual foi seu maior desafio profissional?"
1. LIVECODING TECHNICAL SCREENING (1 hour, Zoom and Coderpad). 2 relatively easy (leetcode easy/medium) questions to be solved with js or ts. One was a typical string manipulation question which required no particular algorithmic knowledge, and the other one was a problem where knowing graphs was particularly helpful. I was allowed to do mdn searches or ask for help where necessary.
How would you optimize the loading time of the app?
Leetcode medium / hard question like
Viewing 8621 - 8630 interview questions