How would you sort an array of numbers?
Frontend
When does JavaScript execution occur during HTML parsing?
function promiseWithResolve() { // Not implemented } const { resolve, promise } = promiseWithResolve(); promise.then((v) => console.log(v)) setTimeout(() => resolve(13), 10)
What are the advantages of React?
What are the call, apply, and bind methods used for in JavaScript?
If we consider HTML5 as an open web platform, what components is it based on and what are the main elements included in it?
How was voice message sending implemented in chat? How did you get permission to access the microphone?
Can you explain the difference between progressive improvement and sustainable deterioration?
What is delegation?
What is the MVC architectural pattern?
What do you dislike about Angular?
What is a pure function? When is a function considered pure? What are side effects?
What classifications of design patterns do you know?
Tell about a specific case of using the setTimeout function with zero delay.
How to change the direction of the axis in a Flexbox container?
What do you get recommended during code review? Provide a specific example of code simplification.
What are pseudo-classes in CSS?
What are the numerical values for the boolean values true and false?
What CSS property would you use to ensure accessibility?
What is Promise.all used for?