Apr 18 · 5 min read · Picture this. You’re building a feature that shows a list of product tags. You ask the backend for the data, expecting a nice, clean list. Instead, the response comes back, and you stare at your conso
Join discussion
Sep 12, 2022 · 2 min read · Frequently, we are thrown with a question where the interviewer expects us to make a nested array to a single array (in other terms, flatten an array). Although we have an existing Array method to flatten the array but sometimes they expects us to wr...
Join discussion