Sobes.tech

Are there any questions about the team's work processes?

Middle+
Data World
31

Где нужны Web Workers?

Middle+
Айтулабс
30

console.log(allo); var allo = 'Я var'; function allo() { console.log('Я function declaration'); } console.log(allo); Explain the output of this code snippet.

Senior
Альфа
30

console.log(1); Promise.resolve(2).then((value) => console.log(value)) setTimeout(() => console.log(3)) console.log(4);

Middle+
EvaTeam (ангуляр)
30

What is a side effect?

Middle+
Data World
29

What change detection strategies are available in Angular and how do Default and OnPush differ?

Middle+
Премиум IT Solution(ПСБ)
29

Is it possible to send a body in a GET request?

Middle+
Премиум IT Solution(ПСБ)
28

What is hoisting in JavaScript?

Middle+
Премиум IT Solution(ПСБ)
27

What is change detection in Angular? How do the Default and OnPush strategies differ, and when is a component with OnPush checked?

Middle+
EvaTeam (ангуляр)
27

const user = { age: 18, filterAges: function(ages) { return ages.filter(function(age) { return age === this.age; }); } } console.log(user.filterAges([11, 15, 17, 18])) Explain why the code above does not return the expected result and how to fix it.

Middle+
EvaTeam (ангуляр)
27

How can you increase or decrease the specificity of a CSS rule, including if you cannot increase the nesting of the selector?

Middle+
Премиум IT Solution(ПСБ)
27

How to set the ChangeDetectionStrategy to OnPush for a component?

Middle+
Премиум IT Solution(ПСБ)
27

You have a ready desktop-only web application for CRM/Service Desk that looks bad on mobile devices. The mobile version design is already prepared and significantly differs from the desktop version. How would you organize adaptation of the application for mobile browsers?

Middle+
EvaTeam (ангуляр)
27

What is usually done in ngOnDestroy?

Middle+
Премиум IT Solution(ПСБ)
23

Have you worked with async and defer attributes in the script tag?

Middle+
Премиум IT Solution(ПСБ)
21

Tell us about your relevant experience with Angular 16: what tasks did you perform?

Middle+
Премиум IT Solution(ПСБ)
20

If you declare a function inside another function, what will it have access to? How will this work with this in a nested regular function?

Middle+
EvaTeam (ангуляр)
16

What is immutability? Can an array declared with const be made immutable?

Middle+
Премиум IT Solution(ПСБ)
7

What are the ways to insert JavaScript into a page?

Middle+
Премиум IT Solution(ПСБ)
6

What lifecycle hooks have you worked with in Angular components?

Middle+
Премиум IT Solution(ПСБ)
1
/309