Sobes.tech

What will the program output when calling the chain of functions?

Middle+
66

What will the two console.log outputs in the example with objects a, b, and c, used as object keys?

Middle+
66

When will the useEffect in the given example run once, and when will the cleanup be executed?

Middle+
64

In which cases should || be used, and in which — ???

Middle+
64

What recent ECMAScript features, methods, or APIs have you used?

Middle+
63

Which command should be used to install dependencies when package-lock.json is present and should this file be committed?

Middle+
62

What irritated you the most during code review? What did you most often argue about in pull requests?

Middle+
62

How to get an equivalent of Promise.resolve(1) without calling the Promise class?

Middle+
62

Why do React component re-renders occur when working with Redux and how does the component learn about state changes?

Middle+
60

Have you had experience working with private NPM packages? Tell us about it.

Middle+
60

What would be roughly in the declaration file for such a library?

Middle+
60

Why are objects used as keys of a regular object converted to the string "[object Object]"? Does string conversion happen for other keys, like numbers 7?

Middle+
60

What dependencies other than dependencies are there in package.json and what do they mean?

Middle+
60

How to make the value of a property of an object declared with const appear as 1 in the console after change?

Middle+
60

Have you ever used Object.freeze in practice and for what purpose?

Middle+
60

How to type a connected JavaScript library if you do not have access to its source code?

Middle+
60

Was your idea rewarded or implemented? Did you follow its further fate?

Middle+
60

Why is the React hook useCallback needed?

Middle+
60

Have you ever encountered currying in practice?

Middle+
60
/8