Which method is used to wait for multiple promises to resolve in Node.js?
Which of the following is NOT a way to handle errors in promises?
What is the purpose of async/await in Node.js?
Which of the following is true about callbacks in Node.js?
What is the purpose of the Promise.any() method in Node.js?
What is the purpose of the Promise.finally() method in Node.js?
What is the difference between callbacks and promises?
What is the purpose of the Promise.resolve() method in Node.js?
What is the purpose of the Promise.reject() method in Node.js?
What is a callback hell?