1. Explain the setTimeout API in JavaScript.
2. Explain the fetch function in JavaScript.
3. Why do we use keys when mapping arrays?
4. How can we optimize the performance of a react application? What are the different rendering methods and which is better for which scenario?
5. Why are custom hooks important? Create a custom hook for using local storage.