Code Explainers
const PENDING = 'pending'; const FULFILLED = 'fulfilled'; const REJECTED = 'rejected';