What does an HTTP request consist of?
Frontend
Have you worked in a team before?
How to set the ChangeDetectionStrategy to OnPush for a component?
If during development your branch was merged into develop, what actions will you take to update, test, and bring your branch to readiness?
What happens if you connect a file with extension .ts in a regular JavaScript application using <script src>?
How to manage loading and execution of an external JavaScript file if you do not want to execute it immediately?
What versions of HTML have you worked with: only HTML5 or also HTML4?
What happens if you log variables declared below with var, let, and const before their declaration?
How was teamwork built with Git and version control system?
If only <table> and nested <tr> are specified in the table, what will the browser show in the DOM tree?
What are the ways to connect or add CSS to a page?
Is it possible to send a body in a GET request?
How can you increase or decrease the specificity of a CSS rule, including if you cannot increase the nesting of the selector?
What are the ways to unsubscribe from RxJS subscriptions without using ngOnDestroy?
Does an Angular service have a lifecycle?
What is immutability? Can an array declared with const be made immutable?
How to implement a guard that checks user authorization and redirects to login page if not authorized?
What is the specificity of a CSS selector?
If the color: pink is set for the body, what color will links be by default and why?
What JavaScript (ECMAScript) versions have you worked with?