Frontend
How can you check if cookies are enabled in the browser?
Tell me about type conversion in JavaScript.
How does string to number conversion happen in JavaScript?
What are closures used for in JavaScript?
What can replace interfaces in JavaScript?
Tell about the lifecycle of a Vue component.
What are design patterns?
What approaches to writing CSS do you know?
There is an array of objects with a 'value' field. How to create a new array containing only the numeric values from these objects (excluding strings)? How to do this and how to check if a value is a number?
What is the difference between a tuple and an array?
How do you understand what pass-by-reference means?
What is the recommended use of data attributes in HTML?
Tell us about your experience using the box-sizing property in CSS.
What rules exist for writing hooks in React?
In what cases can a function be used?
When are the methods array.forEach and array.map used?
What is type casting?
What are the purposes of the methods e.preventDefault() and e.stopPropagation() in JavaScript?
// === 2 === // implement type type User = any;
Для чего нужен CDN (Content Delivery Network)?