How to flatten this array [[4,5,6],3,2,1,[7,8]]
Senior Front End Developer Interview Questions
1,307 senior front end developer interview questions shared by candidates
They asked me to write a function that takes several different ratios for currency exchanges and asks me to calculate the exchange rates.
Write a javascript function to add up values in an array
Create a website for managing vehicles and equipments
What is webpack?
Write CSS/JavaScript to change display of html elements?
In the casual interview, the recruiter asked about general work experience, expectation. In the technical interview, I was asked 2 questions, one regarding data structure, and another regarding DOM.
How would you use forms in React
Quickest way to find duplicate characters in a string
Serialise IDs from a nested tree of items const data = [ { id: 1, items: [{ id: 4, items: [{id: 5}, {id: 6, items: [{id: 8}]}]}]}, { id: 2, items: [{ id: 7}]}, { id: 3 }, { id: 9, items: [{id: 10, items: [{id: 12}]}, {id: 11}] } ]; // Should return [1, 2, 3, 9, 4, 7, 10, 11, 5, 6, 12, 8]
Viewing 41 - 50 interview questions