+ 3
What are promises?
ES6 has introduced promises, which are asynchronous objects/class(es?). I don't get its concept. How do they work, and are they worth it to learn?
2 Respostas
ES6 has introduced promises, which are asynchronous objects/class(es?). I don't get its concept. How do they work, and are they worth it to learn?