Sobes.tech

What is the difference in behavior of the reduce method on an array and the presented custom recursive reduce function?.

151

// TODO: Implement your own solution according to the description in README.md instead of the example below.

146

Tell us about your experience working with state management libraries (Redux, RTK, Zustand).

145

Do you have experience with Next.js? Tell us about your experience.

144

How does TypeScript help you in your work? What does typing in it look like?

142

Have you had feature-based architecture? Are you familiar with FSD (Feature-Sliced Design)?

142

Why are you currently looking for a job, what happened?

141

If you implemented client-side rendering authentication instead of SSR, what would you lose? Why was SSR chosen?

139

How would you search for neighbors if you implemented a game board using a one-dimensional array instead of a two-dimensional one?

138

Have you worked with micro frontends? Can you explain the concept?

136

You need to sum squares using the reduce function on an array of numbers and output the result to the console. You can only modify the sumOfSquares function.

132
/2