Tell more about the keyboard navigation you implemented.
Frontend
Summarize: what three problems were found and fixed in the application?
What type of linked list is used in the chaining method?
What is the difference between rem and em?
В консоли видна ошибка: TypeError — Cannot read properties of undefined (reading 'toLocaleString') в ProductList.tsx:28. Также предупреждение: useForm is not connected to any Form элемент. Что является причиной этих ошибок и как их исправить?
Do you know anything about requestAnimationFrame, what is it used for?
Is there a difference between the Event Loop in the browser and in Node.js (V8)?
How to implement keyboard navigation (up/down arrows) in a virtualized list using @tanstack/virtual?
Which object copying methods can copy functions from one object to another?
You mentioned your first job — there you deployed a Full-Stack application using Strapi CMS. Did you only configure it through the admin panel or did you also write backend code?
Tell me about a recent task you struggled with — one that initially seemed simple but turned out to be complex.
Task: drag with the mouse Make it possible to hold down the mouse button over a colored box and drag it while the button is held.
How detailed was the task formulation? Were there system analysts who wrote the requirements?
What is the purpose of a Duplex stream?
FizzBuzz task: write a JavaScript function that takes an array of numbers and returns an array where numbers divisible by 3 are replaced with 'fizz', divisible by 5 — with 'buzz', and divisible by both 3 and 5 — with 'fizzBuzz'.
What is a type guard in TypeScript?
Have you encountered this task before? What mathematical property did you use when deciding to check divisibility by 15 instead of simultaneous divisibility by 3 and 5?
In what did designers draw — in Figma?
Tell about your experience: what interesting projects have you done, what difficult problems have you solved?
What comments have colleagues left for you on code reviews recently? Is there any discovery or technique that you have learned thanks to their remarks?