I\'m learning about Promise in Javascript and I can\'t figure out why these are the same:
let fifteen = Promise.resolve(15); fifteen.then(value => console.