Promises work similarly
- A Promise is an object (can be stored in a variable)
.thenis a method- You can chain
.thens to do things in order - You don't need to understand this super deeply for now
23 / 25
.then is a method.thens to do things in order23 / 25