Sobes.tech

There are three nested elements: form, div, and p, each with a click event handler. What will happen when clicking on the div element?

4

What is a CORS preflight request and in which cases does the browser send it? When can a request be sent without preflight?

Middle
4

What disadvantages of Feature-Sliced Design have you seen or faced difficulties with during its implementation?

Middle
4

Why are you looking for a developer for these projects?

4

[name] analyzes what will happen in the proposed JavaScript code with the 'this' context and how the result will change when adding 'use strict'?

Middle
4

What are the advantages of Feature-Sliced Design?

Middle
4

When should you use computed and when watch in Vue?

Middle
4

What is the difference between var, let, and const?

4

Explain how the Event Loop works in JavaScript: what parts it consists of, what phases it has, and what is the order of task execution?

Middle
4

Is the expression on the right of await executed synchronously or as a microtask? What happens to the code after await?

Middle
4

Were the tests written manually or did you use AI?

4

How to optimize large forms with many fields in React: reduce unnecessary re-renders and decrease coupling?

Middle
4

Implement the RLD (run-length decoding) function, which is the reverse of RLE: expand the compressed string by repeating each character the specified number of times; leave single characters unchanged.

4

What will be printed to the console when executing code with two function declarations of A inside function f?

4

Implement an infinite iterator that returns a random integer from 0 to 100 on each call to next()

4

If the microtask queue takes several seconds, what will happen to the click handler that outputs a message to the console? When will it execute?

3

Explain union and intersection types in TypeScript.

3

Create a hover effect: when hovering, the square turns blue, and when the cursor leaves, it returns to red.

Middle
3
/350