Can't Fetch data – JavaScript async function from jsonplaceholder
DOM does not render the info I pick from the API jsonplaceholder. Just want to render some authors and abstracts. This is my HTML code, and JS: <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,…