Frontend
Why are there six header groups in HTML?
What is inline-block in CSS?
What is 'reset' CSS?.
Tell me about useReducer — what is its purpose and how does it work?
What is the difference between transform and top/left when moving an element via JavaScript? What is the main feature?
What is the MVP architectural pattern?
What is CQRS (Command Query Responsibility Segregation)?
How does the browser determine that a file is an image?
What is the purpose of the <noscript> tag?
What are considered false values?
What methods of flow control (clearing) do you know and where are they applied?
How to properly design a page where content can be presented in different languages?
What methods can we use to speed up resource loading on the frontend?
Why is it not recommended to use context as a state storage?
How would you build a website grid?
Why is it necessary to use time in UTC format?
Why are CSS Modules needed? Why don't we use regular CSS?
What happens in JavaScript during a loose equality comparison (==)?
Design a React component to display a nested file and folder structure: correctly displays the nested structure, can hide and reveal folder contents, and dynamically fetches folder contents when they are expanded.
How can elements be animated using JavaScript?