How was A/B testing organized on the frontend: how was the group determined and the interface chosen?
Frontend
Have there been performance issues in the application and how did you solve them?
What is ControlValueAccessor, what is it used for, and how does it work?
Is it possible to make so that this in an arrow function is undefined, for example by running the code in an isolated environment or strict mode? What does strict mode do?
[name] asked: what is CORS?
What engine is used in Google Chrome?
When does requestAnimationFrame execute in relation to the Event Loop and rendering?
How to check if a module is loaded lazily?
What are the ways to store tokens on the frontend — cookies, localStorage, sessionStorage? Which are preferable and why?
How to type the component props: using type or interface?
[name] asked: Which of these projects was the most recent?
What are Higher-Order Components (HOC)?
Is it necessary to store offline messages, drafts, and other data on the client?
With what should React.lazy be used?
How to type an empty object so that it always remains an empty object?
[name] asked: what is your experience with flexible development methodologies, in particular Scrum? Was there a Scrum Master in your team?
Determine the order of output in console.log for the given JavaScript code fragment with Promise and setTimeout.
What is a context in general and how do you understand it?
[name] asked: how is your development process organized?
Which command should be used to install dependencies when package-lock.json is present and should this file be committed?