function num11 () { setTimeout(()=> { let num = 11 * 11; return console.log(num); }, 3000); return Promise.resolve(undefined); }