SyntaxFix
Write A Post
Hire A Developer
Questions
Short and clean:
const http = new XMLHttpRequest()_x000D_ _x000D_ http.open("GET", "https://api.lyrics.ovh/v1/toto/africa")_x000D_ http.send()_x000D_ _x000D_ http.onload = () => console.log(http.responseText)