В
Size: a a a
В
В
А
В
В
p
В
const randomCategory = `random`
const casualCategory = `random?category=${category}`
const url = `https://api.chucknorris.io/jokes/${category === randomCategory ? randomCategory : casualCategory}`
const req = await fetch(url)
return req.json()
А
p
В
p
p
p
А
p
p
В
J