Ф

Size: a a a
Ф
j
Ф
Ф
OL
Promise.resolve()
.then(() => console.log('a 1'))
.then(() => console.log('a 2'))
.then(() => console.log('a 3'))
.then(() => console.log('a 4'))
Promise.resolve()
.then(() => console.log('b 1'))
.then(() => new Promise(resolve => {
console.log('b 2')
resolve()
}))
.then(() => console.log('b 3'))
.then(() => console.log('b 4'))
setTimeout(() => console.log('macro'))
// a 1
// b 1
// a 2
// b 2
// a 3
// a 4
// b 3
// b 4
// macro
j
ІМ
AG
chrome.tabs.getSelected(null, function (tab) {
chrome.tabs.executeScript(tab.id, {
code: "document.body.style.background-color = '#ff1488'",
});
});
А
alert(String.fromCodePoint(807556655336553365533655336553365533655336553365533655336553365533655336553365533655336553365533));
j
alert(String.fromCodePoint(807556655336553365533655336553365533655336553365533655336553365533655336553365533655336553365533));
А
j
А
А
А
А
А
А
j