Promise static methods: .any, .all, .allSettled, .race and APIs: .then, .catch, .finally.
Here’s a lightning-quick refresher on promise static methods (.any, .all, .race, .allSettled, .resolve, .reject) and promise APIs (.then, .catch, .finally).
Promise Static Methods
Promise St...