The technical question was a calculator question
Senior Front End Developer Interview Questions
1,442 senior front end developer interview questions shared by candidates
What questions would you ask if someone brought you an unplanned task out of nowhere?
Write a FizzBuzz loop
debouncing, promise.all, react coding, other JS and react concept questions
Implement a virtual scroller on large list items with react in 1 hour.
Basic Javascript and CSS concepts
Triple Equal Vs Double Equal
Why is API's calls are requested from componentDidMount and not from constructor
var a = {a: 1} var b = Object.create(a) console.log(a) and console.log(b) a.a = 2 console.log(b.a) The interviewer got confused and said that the prototype is copied to b and if we change a.a it will not have any impact on b.a. But rather b's __proto__ will have a link to a and if we change or delete a.a it will be reflected in b
Write a polyfill for map and reduce
Viewing 471 - 480 interview questions