What dependencies other than dependencies are there in package.json and what do they mean?
Frontend
Which command should be used to install dependencies when package-lock.json is present and should this file be committed?
Was your idea rewarded or implemented? Did you follow its further fate?
Have you ever used Object.freeze in practice and for what purpose?
Have you created custom type guards? With which keyword are they created?
How to rewrite assignment through nested destructuring?
Describe the data flow in Redux.
Where are CSS Modules configured and how to denote global styles in CSS Module?
What middleware did you use in Redux? What is middleware?
What best practices or techniques do you know for working with slices in Redux Toolkit?
Why should || be used instead of ?? in this expression, and in which scenario will ?? lead to an error?
How did you implement documentation and UI-kit: was it recorded somewhere and how was it validated?
What utility types in TypeScript do you know and which ones do you use most often?