Notice: file_put_contents(): Write of 2924 bytes failed with errno=28 No space left on device in /var/www/tgoop/post.php on line 50

Warning: file_put_contents(): Only 12288 of 15212 bytes written, possibly out of free disk space in /var/www/tgoop/post.php on line 50
JavaScript@javascript P.2251
JAVASCRIPT Telegram 2251
CHALLENGE

function executePromises() {
console.log(1);

setTimeout(() => {
console.log(2);
}, 0);

Promise.resolve().then(() => {
console.log(3);
setTimeout(() => {
console.log(4);
}, 0);
}).then(() => {
console.log(5);
});

console.log(6);
}

executePromises();
🔥32👍1



tgoop.com/javascript/2251
Create:
Last Update:

CHALLENGE

function executePromises() {
console.log(1);

setTimeout(() => {
console.log(2);
}, 0);

Promise.resolve().then(() => {
console.log(3);
setTimeout(() => {
console.log(4);
}, 0);
}).then(() => {
console.log(5);
});

console.log(6);
}

executePromises();

BY JavaScript


Share with your friend now:
tgoop.com/javascript/2251

View MORE
Open in Telegram


Telegram News

Date: |

The SUCK Channel on Telegram, with a message saying some content has been removed by the police. Photo: Telegram screenshot. Activate up to 20 bots Hashtags are a fast way to find the correct information on social media. To put your content out there, be sure to add hashtags to each post. We have two intelligent tips to give you: Telegram is a leading cloud-based instant messages platform. It became popular in recent years for its privacy, speed, voice and video quality, and other unmatched features over its main competitor Whatsapp. ‘Ban’ on Telegram
from us


Telegram JavaScript
FROM American