I have the following codes:
const PENDING = \'PENDING\'; const FULFILLED = \'FULFILLED\'; const REJECTED = \'REJECTED\'; class simplePromise { constructor(c