VH
const checkForPlayed2 = async id => {
let result;
try {
result = await fetch(`http://localhost:8000//plays/${id}`);
return result:
} catch (error) {
return false;
}
};
Size: a a a
VH
DD
VH
VH
DD
VH
DD
VH
DD
VH
DD
VH
DD
VH
y
const response = await fetch(URL);
const result = await response.json();
KG
KG
DD
DD
const response = await fetch(URL);
const result = await response.json();