What does an HTTP request consist of?
Frontend
What is immutability? Can an array declared with const be made immutable?
What is hoisting in JavaScript?
Have you worked in a team before?
Is it possible to pass query parameters in a POST request?
What are CSS selectors?
Do you have any questions for me?
How to use AsyncPipe for subscribing and automatically unsubscribing from an Observable?
What is a guard in Angular and have you worked with it?
What is minimally required for an HTML5 page to be considered valid?
In which HTTP methods is the body usually sent?
Why did var, let, and const appear in ES6, and what are the differences between them?
What will happen to the link style on hover if no hover styles are set for it?
How do arrow functions differ from regular functions in JavaScript?
What are the ways to insert JavaScript into a page?
Have you worked with async and defer attributes in the script tag?
What lifecycle hooks have you worked with in Angular components?
What happens if the <style> tag is placed not in <head>, but elsewhere in the document, for example in <body>?
Can an Angular guard be implemented as a regular function instead of a class or service?
What can a guard return besides true and false?