How will such a construction look after transpilation into ES5?
Frontend
What design system or UI-kit did you use: a ready-made set of components or your own components?
Have you worked with the infer operator? What is it used for and where have you applied it?
[name] asked: why did you decide to change your job?
What is at the end of the prototype inheritance chain?
Why did you use NgModule instead of standalone components?
Briefly tell us about yourself: what should we know about you?
How to implement real-time table updates when multiple users create, delete, or modify records?
Have you used git rebase?
Are you familiar with the concepts of low coupling and high cohesion?
How to build a page with a table or list of thousands of elements so that it works efficiently? What tools to use for loading and rendering?
In which cases should || be used, and in which — ???
Where do you reside geographically and would it be comfortable for you to commute to the office?
Why did you not use Claude when working on the project?
How to rewrite assignment through nested destructuring?
Situational task: you need to create a page for uploading XML files from scratch, the server processes them with CPU-bound tasks for a long time and returns a protocol. What are your first steps before writing code?
Have you had experience setting up GitLab Runner and the infrastructure for deployment?
Why should || be used instead of ?? in this expression, and in which scenario will ?? lead to an error?
When will the useEffect in the given example run once, and when will the cleanup be executed?
Situational task: the processing result may contain thousands or tens of thousands of remarks; the response takes a long time, and the browser hangs during rendering. What do you suggest?