siuuu
KPCKevin Powell - Community
•Created by siuuu on 5/20/2024 in #front-end
.this() and .catch()
fetch("https://pokeapi.co/api/v2/pokemon/pikachu");// to fetch third party API's
.then((data)=>console.log(data));
.catch((error)=>console.error(error));
so in vs code .then() or .catch() methods says . is unexpected token
5 replies
KPCKevin Powell - Community
•Created by siuuu on 12/4/2023 in #front-end
positioning confusion
20 replies