Location: Torrevieja, Spain
Email: ekavos@hotmail.com
Phone: +34 645 * *
GitHub: ekavost
Discort: ekavost(@ekavost)
Aspiring web developer with a passion for quality and thoughtful solutions, I am committed to continuous learning and growth. My strengths include teamwork, analytical thinking, and a strong work ethic. Recently completed Higher Technical Degree in Web Application Development, including practical frontend-focused experience. Eager to apply my skills in coding and design.
Task: General method for making API requests.
makeApiRequest(method, url, data = null, errorMessage) {
return axios[method](url, data)
.then(response => {
console.log(response.data); // Log the response for debugging
})
.catch(error => {
console.error(errorMessage, error); // Log error message if something goes wrong
});
}
B2-C1 The level achieved during my university studies.