#interview
Read more stories on Hashnode
Articles with this tag
Question You are given an array of asynchronous tasks that need to be executed concurrently using promises. Each task is represented as a function...
What is an LRU Cache Let’s first quickly go over what is cache. Computers have cache memory that temporarily stores the most frequently used data....
helping you swim across the river, that is javascript ·...
❓Question Write the function shuffle(array) that shuffles (randomly reorders) elements of the array. Multiple runs of shuffle may lead to different...
easy but analytical · ❓Question Given an array containing all kinds of data, please implement a function deduplicate() to remove the duplicates. You...
because everything in this world has to expire some time · LocalStorage is a simple and handy client-side storage, but you should avoid using it because...