javascript Make every other item in the list swap places with the next item. Now continue to do this as you dynamically add more items to the list
Senior Front End Engineer Interview Questions
690 senior front end engineer interview questions shared by candidates
(Same as another reviewer described) The technical challenge was a variation of leetcode merge interval. The FIRST part is easy. After that they gave a more complex variation of the problem, with arrays nested 3 levels deep.
What is a pure component and how to create one
console.log('a') console.log('b) setTimeout(() => console.log('c')) console.log('d') Explain the output And some variations with setTimeout
Difference between Object.assign and Object.create
Create a curry callme(1)(2)(3) But the interviewer was not aware of function.length property. He has to google in the middle of the interview
What is a fat function
How angular works behind the scenes, What are the benefits of it, Form types, Entry Components, Rxjs etc.
won't reveal specific questions but nothing out of your standard interview questions, read "you don't know js yet" from Kyle Simpson cover to cover, learn it to heart and you'll be fine JS wise for this and all coming interviews.
problems on arrays and basic Java script questions on clousers etc...
Viewing 431 - 440 interview questions