19

Got a raise today and promised a promotion next year. Feels good!

Comments
  • 5
    Get that promise on paper!
  • 0
    @cephei thankfully my company is trustworthy (government), so i can count on the promotion!
  • 3
    @arcsector Trustworthy government?
  • 1
    new Promise((resolve, reject) => {
    if (next.year.promoted === true) {
    resolve('Congrats');
    } else {
    reject('Better Luck Next Time');
    }
    })
Add Comment