IS
Size: a a a
IS
O
IS
M
IS
IS
O
O
M
IS
{
const url = 'https://jsonplacsdfsdeholder.typicode.com/todos/1'
const get = async (url, attempt = 3) => {
try {
const res = await fetch(url)
} catch (err) {
if (attempt > 0) {
get(url, attempt - 1)
}
}
}
get(url)
j
ДУ
j
O
O
ДУ