DK
Size: a a a
DK
L
L
L
const findInArray = (a, f) => a.findIndex(f)
L
DK
L
L
R
М
L
(async() => {
let results = await (await fetch('https://random.dog/woof.json')).json()
console.log(results)
})()
R
(async() => {
let results = await (await fetch('https://random.dog/woof.json')).json()
console.log(results)
})()
М
R
М
R
АК
М
М