Nan polyfill reduce polyfill async await use of arrow functions
Frontend Software Engineer Interview Questions
13,311 frontend software engineer interview questions shared by candidates
Given an array of ranges [x,y] Return array of groups, each group will hold an array of the overlapping ranges. By range [x,y] we mean all the numbers between x and y. For example [2,5] - all the numbers between 2 and 5. Example: [[6,9], [2,5], [3,4], [1,3]] => [ [[1,3], [2,5], [3,4]], [[6,9]] ] [[2,6], [8,10], [5,7], [1,3], [10,15], [20,30], [25,27], [30,100]] => [ [[2,6], [5,7], [1,3]], [[8,10], [10,15] ],[[20,30], [25,27], [30,100]]]
What is microservice, monolithic and microfrontend architecture? React code question on useRef hook.
Given a JSON object representing bike rentals, write a web app in any tech stack representing a rental service in less than 2h.
1 What is the essence of Reducer in react @@ What is middleware in react.@@ What are the type of js 4 What's the greatest usage in js. What is the data structure that you use most often in your work @@ 6 What can make "unsynchronized" look like "synchronized" 7. what's difference between "display" and "visibility".
Se você precisasse descartar completamente o projeto com o qual trabalha atualmente e iniciar um novo do zero, em um momento de definições o que você escolheria evoluir e quais decisões tomaria?
it was to solve a question about the Konami game.
They asked me to explain how React handles state management and the difference between using
NDA so I cant disclose but questions are based on plain Javascript, HTMl, CSS, React and unit testing in React. Stick with the basics and thats it
Standard frontend technical case that must be presented
Viewing 1371 - 1380 interview questions