Q1. Implement JavaScript’s native .map()
function
Q2. Implement Promise.all()
⚡ Concepts tested:
- Prototype methods (
Array.prototype.map
) - Promise handling & concurrency
- Error handling in async workflows
💻 Questions + Solutions:
👉 https://replit.com/@318097/Loop-Health-R2-Implement-map-and-promiseall#index.js
Top comments (0)