Sobes.tech

How do Angular conditions, such as @if or *ngIf, affect rendering: do they hide elements or do they not add them to the DOM at all?

150

If a change occurs in ngOnChanges with the OnPush strategy, do you need to manually trigger change detection?

149

What happens after the user enters a URL in the browser and presses Enter, until the final page is rendered?

149

Mentally run the shown function: what will be printed on the first call and why? How to fix the code to get a sequence of numbers?

147

What interfaces have you developed and what did they consist of: forms, analytical screens, or something else?

146

How does a browser determine the type of HTML after receiving it, build the page structure, and connect JavaScript?

146

How do the defer and async attributes affect the loading and execution of scripts, and what other ways can be used to avoid blocking HTML parsing with scripts?

144

Why are Promise 1 and Promise 2 executed in this particular order? How does the Event Loop handle microtask and macrotask queues?

140

What auxiliary tools, including tools for testing, refactoring, and code review, do you use?

138

Have you worked independently with component libraries? Have you created your own libraries?

123

How to organize through a service scenarios where two components need to read the same value or have shared state?

120

Does it affect the result if one function is an arrow function and the other is a regular function? How do their work with context and closures differ?

104
/2