Sobes.tech

How are you with mobile? Were there adaptations? Did you build PWA or SPA?

Middle
Хьюнет
37

Explain the behavior of the following JavaScript Promise code and what will be logged to the console: ```javascript let promise = new Promise((resolve, reject) => { resolve("ok"); }) promise .then(result => `${result} one`) .then(result => `${result} two`) .then(result => {return new Error('error')}) .finally((result) => console.log('finally', result)) .catch(err => console.error(err.message)) ```

Middle+
РунитиРунити
37

What are HLS, DASH, manifest, and segment?

Middle
Хайерлаб
37

Where is Shadow DOM used in real life?

Middle
РунитиРунити
37

Tell me about the build tool when migrating from Vue 2 to Vue 3: it was Webpack (Vue CLI), now it's Vite. Were there any interesting corner cases, configuration conflicts, or things you had to rewrite?

Middle
ИдаПроджект
37

When does the cleanup function in useEffect trigger?

Middle
X-Notes
37

What is the difference between __proto__, [[Prototype]], and prototype?

Middle+
РунитиРунити
37

Implement a runOnce wrapper function that takes a function and returns a new function. The new function can only be called once, and all subsequent calls return undefined. The wrapped function can take arguments and return a result.

Middle+
Яндекс
37

Do you know anything about acquiring? What is it?

Middle
Data World
37

What is the difference between a regular array and a Set? When would a Set be better than an array?

Middle+
Global treds
37

What happens when you enter a URL in the browser (https://google.com)? Describe the entire process from input to content display.

Middle+
НСПК
37

How was the acceptance of tasks in the team carried out?

Middle
Лига Цифровой ЭкономикиЛига Цифровой Экономики
37

What operating system do you work on?

Middle+
Global treds
37

Is it possible to completely abandon RxJS in favor of signals in modern Angular?

Middle
ДиджиРеал
37

How to cache requests on the frontend and how to manage caching?

Middle
TokenTech
37

Have you worked with Redis?

Middle
ООО Медиа технологии
37

What data types do you know in JavaScript?

Middle
СБЕРСБЕР
37

What does a controlled input look like in React?

Middle
нейровэд
37

Practical task: make a scroll inside the container (article), not on the body. Pin the buttons to the bottom of the container (sticky). Hide the scrollbar with styles.

Middle+
Tilda
37

Have you used any CRM/task tracker, such as Jira, Trello, Bitrix24?

Middle
Куаргет
37
/292